8 #ifndef NTCORE_IRPCSERVER_H_ 9 #define NTCORE_IRPCSERVER_H_ 14 #include "ntcore_cpp.h" 20 typedef std::function<void(StringRef result)> SendResponseFunc;
27 virtual void RemoveRpc(
unsigned int rpc_uid) = 0;
29 virtual void ProcessRpc(
unsigned int local_id,
unsigned int call_uid,
32 SendResponseFunc send_response,
33 unsigned int rpc_uid) = 0;
38 #endif // NTCORE_IRPCSERVER_H_ NetworkTables Connection Information.
Definition: ntcore_cpp.h:61
Definition: IEntryNotifier.h:16
Definition: IRpcServer.h:18
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42