WPILibC++  unspecified
nt::impl::RpcNotifierData Struct Reference
Inheritance diagram for nt::impl::RpcNotifierData:
Collaboration diagram for nt::impl::RpcNotifierData:

Public Member Functions

 RpcNotifierData (NT_Entry entry_, NT_RpcCall call_, StringRef name_, StringRef params_, const ConnectionInfo &conn_, IRpcServer::SendResponseFunc send_response_)
 
- Public Member Functions inherited from nt::RpcAnswer
 RpcAnswer (NT_Entry entry_, NT_RpcCall call_, StringRef name_, StringRef params_, const ConnectionInfo &conn_)
 
 operator bool () const
 Determines if the native handle is valid. More...
 
void PostResponse (StringRef result) const
 Post RPC response (return value) for a polled RPC. More...
 

Public Attributes

IRpcServer::SendResponseFunc send_response
 
- Public Attributes inherited from nt::RpcAnswer
NT_Entry entry
 Entry handle. More...
 
NT_RpcCall call
 Call handle. More...
 
std::string name
 Entry name. More...
 
std::string params
 Call raw parameters. More...
 
ConnectionInfo conn
 Connection that called the RPC. More...
 

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