Constructs a Go2System object.
Go2Status Go2System_Construct(Go2System* system);
|
Parameters |
Description |
|
Go2System* system |
Receives a handle to the constructed object. |
Operation status.
Constructing a Go2System object does not automatically establish a connection; use the Go2System_Connect function to establish a connection.
The functions in this class do not protect against access from multiple threads.
Go2System.h