API Reference v9.2.0

DeviceIdentitystruct

Module: ZaberMotionBinary

Representation of data gathered during device identification.

To use this type, add import ZaberMotionBinary to the top of your source code.

Properties

p

deviceId

deviceIdentity.deviceId
Int Unique ID of the device hardware.
p

serialNumber

deviceIdentity.serialNumber
UInt Serial number of the device. Requires at least Firmware 6.15 for devices or 6.24 for peripherals.
p

name

deviceIdentity.name
String Name of the product.
p

firmwareVersion

deviceIdentity.firmwareVersion
FirmwareVersion Version of the firmware.
p

isPeripheral

deviceIdentity.isPeripheral
Bool Indicates whether the device is a peripheral or part of an integrated device.
p

peripheralId

deviceIdentity.peripheralId
Int Unique ID of the peripheral hardware.
p

peripheralName

deviceIdentity.peripheralName
String Name of the peripheral hardware.
p

deviceType

deviceIdentity.deviceType
DeviceType Determines the type of an device and units it accepts.