Iso15.SetMode

This command configures the mode to address a label.

Please be aware that not all label types support all modes.

Properties

Parameters (request frame)

Name Type/Size Description
Mode Enumeration (8 bits) Communication mode for label addressing.
Values (3):
  • Unaddressed (0x00)
    The following label commands are sent without an UID (broadcast).
  • Addressed (0x01)
    The following label commands are sent including the UID given in UID.
  • Selected (0x02)
    Useful if a lot of operations need to be performed with the same label since the UID is not transferred to the label over and over again.
Optional field, condition: Mode neq Mode.Unaddressed
UID Raw data (length 8 Bytes) Unique ID of label; only for addressed -/selected mode.

Returned values (response frame)

None