IEC_BACNET_STRING (STRUCT)¶
TYPE IEC_BACNET_STRING : STRUCT
Structure for representing the BACnetCharString type NOTE: The stack API expects the string to be in the right encoding. It doesn’t make any character or codepage conversions here.
- InOut:
Name
Type
Comment
typ
Specifies the encoding of the string
codePage
Specifies the codepage of the string (only needed for type ::BACNET_STRING_DBCS)
nBufferSize
Size of the buffer in Bytes which holds the string (not including the termination byte)
data
Union which covers the pointers for the different possible encodings