roo_transport
API Documentation for roo_transport
Loading...
Searching...
No Matches
handler.h File Reference
#include <functional>
#include "roo_transport/rpc/internal/server/request.h"
Include dependency graph for handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  roo_transport
 

Typedefs

using roo_transport::RpcHandlerFn = std::function< void(RequestHandle handle, const roo::byte *payload, size_t payload_size, bool fin)>