10 #ifndef GO_SDK_SENSOR_INFO_H
11 #define GO_SDK_SENSOR_INFO_H
15 #include <kApi/Io/kSerializer.h>
122 #include <GoSdk/GoSensorInfo.x.h>
134 #ifndef GO_SDK_SENSOR_INFO_H
135 #define GO_SDK_SENSOR_INFO_H
139 #include <kApi/Io/kSerializer.h>
230 GoFx(
GoBuddyState) GoSensorInfo_BuddyableStatus(GoSensorInfo info);
246 #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.
k32s GoSensorInfo_buddyableStatus(GoSensorInfo info)
Gets the budddyabel state of the device which provided the sensor information.
k32u GoSensorInfo_BuddyId(GoSensorInfo info)
Gets the ID of the buddy 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_Model(GoSensorInfo info, kChar *model, k32u capacity)
Gets the model string of the sensor which provided the sensor information.
Represents the current state of a sensor object.