FromBACnetString (FUN)¶
FUNCTION FromBACnetString : BOOL
Returns a WSTRING corresponding to the given IEC_BACNET_STRING. Only UTF-8 and ISO 8859-1 BACnet-String supported right now.
- InOut:
Scope
Name
Type
Comment
Return
FromBACnetString
BOOL
Inout
bacString
CmpBACnet.IEC_BACNET_STRING
The BACnet string to convert to a WSTRING (with respect to the given string type in the BACnet string).
wStrBuffer
WSTRING(255)
A buffer used during conversion.