WPILibC++  unspecified
nt::IRpcServer Class Referenceabstract
Inheritance diagram for nt::IRpcServer:

Public Types

typedef std::function< void(StringRef result)> SendResponseFunc
 

Public Member Functions

 IRpcServer (const IRpcServer &)=delete
 
IRpcServeroperator= (const IRpcServer &)=delete
 
virtual void RemoveRpc (unsigned int rpc_uid)=0
 
virtual void ProcessRpc (unsigned int local_id, unsigned int call_uid, StringRef name, StringRef params, const ConnectionInfo &conn, SendResponseFunc send_response, unsigned int rpc_uid)=0
 

The documentation for this class was generated from the following file: