#include <RPCNode.h>
Public Attributes | |
char * | uniqueIdentifier |
String identifier of the RPC. | |
union { | |
void(* staticFunctionPointer )(RPCParameters *rpcParms) | |
RPCParameters * rpcParms | |
void * functionPointer | |
}; | |
Force casting of member functions to void *. | |
bool | isPointerToMember |
Is this a member function pointer? True if so. If false it's a regular C function. |
Definition at line 29 of file RPCNode.h.
union { ... } |
Force casting of member functions to void *.
void* RPCNode::functionPointer |
void( * RPCNode::staticFunctionPointer)(RPCParameters *rpcParms) |