|
Gocator API
|
Represents read-only sensor information.
Inherits kObject.
Public Member Functions | |
| k32u | GoSensorInfo_BuddyId (GoSensorInfo info) |
| Gets the ID of the buddy device which provided the sensor information. More... | |
| kVersion | GoSensorInfo_Firmware (GoSensorInfo info) |
| Gets the firmware version of the sensor which provided the sensor information. More... | |
| kBool | GoSensorInfo_HasBuddy (GoSensorInfo info) |
| Indicates whether the device providing the sensor information has a buddy device connected. More... | |
| k32u | GoSensorInfo_Id (GoSensorInfo info) |
| Gets the source ID of the sensor information. More... | |
| kStatus | GoSensorInfo_Model (GoSensorInfo info, kChar *model, k32u capacity) |
| Gets the model string of the sensor which provided the sensor information. More... | |
| GoRole | GoSensorInfo_Role (GoSensorInfo info) |
| Gets the role of the sensor which provided the sensor information. More... | |
| GoState | GoSensorInfo_State (GoSensorInfo info) |
| Gets the state of the device which provided the sensor information. More... | |
| GoAlignmentState | GoSensorInfo_TransformState (GoSensorInfo info) |
| Gets the alignment state of the device which provided the sensor information. More... | |
| GoUser | GoSensorInfo_User (GoSensorInfo info) |
| Gets the user currently connected to the device which provided the sensor information. More... | |
| k32u GoSensorInfo_BuddyId | ( | GoSensorInfo | info | ) |
Gets the ID of the buddy device which provided the sensor information.
| info | GoSensorInfo object. |
| kVersion GoSensorInfo_Firmware | ( | GoSensorInfo | info | ) |
Gets the firmware version of the sensor which provided the sensor information.
| info | GoSensorInfo object. |
| kBool GoSensorInfo_HasBuddy | ( | GoSensorInfo | info | ) |
Indicates whether the device providing the sensor information has a buddy device connected.
| info | GoSensorInfo object. |
| k32u GoSensorInfo_Id | ( | GoSensorInfo | info | ) |
Gets the source ID of the sensor information.
| info | GoSensorInfo object. |
| kStatus GoSensorInfo_Model | ( | GoSensorInfo | info, |
| kChar * | model, | ||
| k32u | capacity | ||
| ) |
Gets the model string of the sensor which provided the sensor information.
| info | GoSensorInfo object. |
| model | A character array pointer. |
| capacity | The character array capacity. |
| GoRole GoSensorInfo_Role | ( | GoSensorInfo | info | ) |
Gets the role of the sensor which provided the sensor information.
| info | GoSensorInfo object. |
| GoState GoSensorInfo_State | ( | GoSensorInfo | info | ) |
Gets the state of the device which provided the sensor information.
| info | GoSensorInfo object. |
| GoAlignmentState GoSensorInfo_TransformState | ( | GoSensorInfo | info | ) |
Gets the alignment state of the device which provided the sensor information.
| info | GoSensorInfo object. |
| GoUser GoSensorInfo_User | ( | GoSensorInfo | info | ) |
Gets the user currently connected to the device which provided the sensor information.
| info | GoSensorInfo object. |