IEC_BACNET_STRING_TABLE_ENTRY (STRUCT)ΒΆ
TYPE IEC_BACNET_STRING_TABLE_ENTRY : STRUCT
String table structure which contains all enumerated value texts for all object properties.
- InOut:
Name
Type
Comment
objTypeThe object type for which the enumeration text is valid
propIDThe property identifier for which the enumeration text is valid
nNumberStringsCount of enumeration texts available
pszStringTablePOINTER TO POINTER TO BYTE
array with pointers to the enumeration texts
There are always 3 additional texts available for each enumeration in this array:n 1. unknown-enumeration for values > maxStandard <= maxReservedn 2. proprietary-enumeration for values >maxReserved <= maxProprietaryn 3. unknown-proprietary for values > maxProprietary.
maxStandardMaximum enumerated value defined in the standard
maxReservedMaximum enumerated value reserved by ASHRAE standard
maxProprietaryMaximum enumerated value reserved for proprietary use