WPILibC++
unspecified
|
Public Member Functions | |
RpcNotifierData (NT_Entry entry_, NT_RpcCall call_, StringRef name_, StringRef params_, const ConnectionInfo &conn_, IRpcServer::SendResponseFunc send_response_) | |
![]() | |
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... | |
bool | PostResponse (StringRef result) const |
Post RPC response (return value) for a polled RPC. More... | |
Public Attributes | |
IRpcServer::SendResponseFunc | send_response |
![]() | |
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... | |