Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.04 KB

File metadata and controls

12 lines (8 loc) · 1.04 KB

class DeviceHandle

Member values

Member name Data type Description Usage
device_type int Device type You 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_identifier int Unique 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.
order int Unique value indicating the order of that device versus the others to facilitate representation You 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)