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
typSpecifies the encoding of the string
codePageSpecifies the codepage of the string (only needed for type ::BACNET_STRING_DBCS)
nBufferSizeSize of the buffer in Bytes which holds the string (not including the termination byte)
dataUnion which covers the pointers for the different possible encodings