TCTTokenTypeAttribute Struct Reference

struct TCTTokenTypeAttribute

Arbitrary attributes can be stored as UID/Value pairs.

This allows any attributes that can be represented as 32 bit integers to be associated with token types.

It consists of a UID to identify the type of the attribute and an unsigned integer to hold the data. For Boolean attributes, 0 means false and a positive integer means true.

Since
v7.0
Public Attributes
TUid iUID
TInt iVal

Member Data Documentation

TUid iUID

TUid iUID

The UID representing the attribute type.

TInt iVal

TInt iVal

The value of the attribute.