TwclIrDAAttributeType Enumeration

IrDA IAS attribute type.

Namespace: wclIrDADevices
type
 TwclIrDAAttributeType = (
 atInteger,
 atSequence,
 atString
 );

The TwclIrDAAttributeType type exposes the following members.

Show:
 NameDescription
atInteger

Integer attribute value.

atSequence

Bytes sequence attribute value.

atString

String attribute value.

Top