10 #ifndef GO_SDK_SENSOR_INFO_H
11 #define GO_SDK_SENSOR_INFO_H
15 #include <kApi/Io/kSerializer.h>
111 #include <GoSdk/GoSensorInfo.x.h>
Represents read-only sensor information.
Definition: GoSensorInfo.h:14
kStatus GoSensorInfo_Model(GoSensorInfo info, kChar *model, k32u capacity)
Gets the model string of the sensor which provided the sensor information.
GoUser GoSensorInfo_User(GoSensorInfo info)
Gets the user currently connected to the device which provided the sensor information.
Represents an alignment state.
GoAlignmentState GoSensorInfo_TransformState(GoSensorInfo info)
Gets the alignment state of the device which provided the sensor information.
Essential SDK declarations.
k32u GoSensorInfo_BuddyId(GoSensorInfo info)
Gets the ID of the buddy device which provided the sensor information.
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.
GoRole GoSensorInfo_Role(GoSensorInfo info)
Gets the role of the sensor which provided the sensor information.
kBeginHeader() kStatus GoSdk_Construct(kAssembly *assembly)
Constructs the Gocator SDK library.
k32u GoSensorInfo_Id(GoSensorInfo info)
Gets the source ID of the sensor information.
kVersion GoSensorInfo_Firmware(GoSensorInfo info)
Gets the firmware version of the sensor which provided the sensor information.
Represents the current state of a sensor object.