10 #ifndef GO_SDK_SENSOR_INFO_H 11 #define GO_SDK_SENSOR_INFO_H 130 #include <GoSdk/GoSensorInfo.x.h> k32u GoSensorInfo_MainId(GoSensorInfo info)
Gets the id of the main device which provided the sensor information.
Represents read-only sensor information.
Represents a user role. Use GO_ROLE_MAIN or GOROLE_BUDDYIDX(buddyidx)
k32u GoSensorInfo_BuddyId(GoSensorInfo info)
Gets the ID of the buddy device which provided the sensor information.
GoBuddyState GoSensorInfo_BuddyableStatus(GoSensorInfo info)
Gets the budddyable state of the device which provided the sensor information.
Essential SDK declarations.
kBool GoSensorInfo_HasBuddy(GoSensorInfo info)
Indicates whether the device providing the sensor information has a buddy device connected.
GoState GoSensorInfo_State(GoSensorInfo info)
Gets the state of the device which provided the sensor information.
kVersion GoSensorInfo_Firmware(GoSensorInfo info)
Gets the firmware version of the sensor which provided the sensor information.
GoRole GoSensorInfo_Role(GoSensorInfo info)
Gets the role of the sensor which provided the sensor information.
k32u GoSensorInfo_Id(GoSensorInfo info)
Gets the source ID of the sensor information.
kStatus GoSensorInfo_ModelDisplayName(GoSensorInfo info, kChar *modelDisplayName, kSize capacity)
Gets the model display name of the sensor which provided the sensor information.
kStatus GoSensorInfo_PartNumber(GoSensorInfo info, kChar *partNumber, kSize capacity)
Gets the part number of the sensor which provided the sensor information.
Represents the current state of a sensor object.