DeviceIdentificationInquiry.IdentificationDescriptor

IdentificationDescriptor is used to unmarshall one of the descriptors from the list held in the Device Identification inquiry.

Constructors

this
this(const(ubyte)[] buffer)

Members

Properties

association
ubyte association [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
code_set
ubyte code_set [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
ubyte[] identifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
identifier_length
ubyte identifier_length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
identifier_type
ubyte identifier_type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
piv
ubyte piv [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
protocol_identifier
ubyte protocol_identifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta