|
Gocator API
|
Represents read-only sensor information.

Public Member Functions | |
| GoSensorInfo | GoSensor_BuddiesAt (GoSensor info, k32u index) |
| Gets the buddy at a given index. More... | |
| k32s | GoSensorInfo_buddyableStatus (GoSensorInfo info) |
| Gets the budddyabel state of 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. 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... | |
| k32u | GoSensorInfo_MainId (GoSensorInfo info) |
| Gets the id of the main device which provided 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... | |