![]() |
3Gear Systems SDK
v0.9.34
|
A message sent upon connecting to the server, indicating the server and protocol version. More...
Public Member Functions | |
WelcomeMessage (string serverVersion, string protocolVersion, List< OpenCVCamera > cameras) | |
Constructs a WelcomeMessage; should generally not be called by users of the API. More... | |
override string | Serialize () |
Static Public Member Functions | |
static WelcomeMessage | Parse (TokenStream tokenStream, MessageType type) |
Properties | |
string | ServerVersion [get] |
Current version of the hand tracking server. More... | |
string | ProtocolVersion [get] |
Current version of the protocol (should change infrequently), could be used to detect incompatibility. More... | |
List< OpenCVCamera > | Cameras [get] |
The depth cameras used for the tracking. More... | |
Additional Inherited Members |
A message sent upon connecting to the server, indicating the server and protocol version.
|
inline |
Constructs a WelcomeMessage; should generally not be called by users of the API.
|
get |
The depth cameras used for the tracking.
|
get |
Current version of the protocol (should change infrequently), could be used to detect incompatibility.
|
get |
Current version of the hand tracking server.