TwclIrDAAttribute Record

The record describes the IrDA IAS attribute value.

Namespace: wclIrDADevices
type
 TwclIrDAAttribute = record
 end;

The TwclIrDAAttribute type exposes the following members.

Show:
 NameDescription
CharSet

The string value character set. The member is valid only if the ValueType is atString.

IntegerValue

Contains the attribute's integer value. The member is valid only of the ValueType is atInteger.

SequenceValue

Contains the attribute's bytes sequence value. The member is valid only if the ValueType is atSequence.

StringValue

Contains the attribute's string value. The member is valid only if the ValueType is atString. The string is encoded using character set specified in the CharSet member.

ValueType

The attribute's value type.

Top