Skip to content

Struct DongleLandscapeData

ClassList > DongleLandscapeData

Stores all the received dongle data.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
int32_t channel
uint32_t chargingState
DeviceClassType classType
DeviceFamilyType familyType
ManusTimestamp firmwareTimestamp
Version firmwareVersion
Version hardwareVersion
uint32_t id
bool isHaptics
ManusTimestamp lastSeen
uint32_t leftGloveID
LicenseType licenseLevel
char licenseType
uint32_t netDeviceID
uint32_t rightGloveID
UpdateStatusEnum updateStatus

Public Attributes Documentation

variable channel

int32_t DongleLandscapeData::channel;

variable chargingState

uint32_t DongleLandscapeData::chargingState;

variable classType

DeviceClassType DongleLandscapeData::classType;

variable familyType

DeviceFamilyType DongleLandscapeData::familyType;

variable firmwareTimestamp

ManusTimestamp DongleLandscapeData::firmwareTimestamp;

variable firmwareVersion

Version DongleLandscapeData::firmwareVersion;

variable hardwareVersion

Version DongleLandscapeData::hardwareVersion;

variable id

uint32_t DongleLandscapeData::id;

variable isHaptics

bool DongleLandscapeData::isHaptics;

variable lastSeen

ManusTimestamp DongleLandscapeData::lastSeen;

variable leftGloveID

uint32_t DongleLandscapeData::leftGloveID;

variable licenseLevel

LicenseType DongleLandscapeData::licenseLevel;

variable licenseType

char DongleLandscapeData::licenseType[MAX_NUM_CHARS_IN_LICENSE_TYPE];

variable netDeviceID

uint32_t DongleLandscapeData::netDeviceID;

variable rightGloveID

uint32_t DongleLandscapeData::rightGloveID;

variable updateStatus

UpdateStatusEnum DongleLandscapeData::updateStatus;

The documentation for this class was generated from the following file api/cppSDK/SDKClient/ManusSDKTypes.h