class DeviceHandle

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
device_typeintDevice typeYou can manipulate the field device_type as if it were a regular field. To clear the value of device_type and reset it to the default value for its type, you call the ClearField() method of the Message interface.
device_identifierintUnique device identifier (used with other services)You can manipulate the field device_identifier as if it were a regular field. To clear the value of device_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
orderintUnique value indicating the order of that device versus the others to facilitate representationYou can manipulate the field order as if it were a regular field. To clear the value of order and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Common (Python)