API
Required dependencies
Function adaptation macros
1. Global Functions
VRPC_GLOBAL_FUNCTION(<returnType>, <functionName>[, <argTypes>])int foo () {
// [...]
}
void bar (String& s, bool b) {
// [...]
}
VRPC_GLOBAL_FUNCTION(int, foo)
VRPC_GLOBAL_FUNCTION(void, bar, String&, bool)class VrpcAgent
VrpcAgentSummary
Members
Descriptions
Members
public template<typename T>
inline void begin(T& netClient, const String& domain, const String& token)
public template<typename T>
inline void begin(T& netClient, const String& domain, const String& token)Last updated