Struct LEAP_SERVER_STATUS¶
-
struct LEAP_SERVER_STATUS
Properties of the server from the LeapGetServerStatus function call.
- Since
5.8.0
Public Members
-
const char *version
Server’s full version string, pointer to a null-terminated string.
For example: “v5.8.0-ec113355”.
- Since
5.8.0
-
uint32_t device_count
Count of devices connected to the server.
This is the array size pointed to by the “devices” field in this structure.
- Since
5.8.0
-
const LEAP_SERVER_STATUS_DEVICE *devices
Pointer to an array of LEAP_SERVER_STATUS_DEVICEs, the array size will match the device_count field.
- Since
5.8.0