refactored the application tagged encode and decode, and created types for character and octet strings.
This commit is contained in:
@@ -735,7 +735,7 @@ typedef enum
|
||||
CHARACTER_UCS4 = 3,
|
||||
CHARACTER_UCS2 = 4,
|
||||
CHARACTER_ISO8859 = 5
|
||||
} BACNET_CHARACTER_STRING;
|
||||
} BACNET_CHARACTER_STRING_ENCODING;
|
||||
|
||||
typedef enum {
|
||||
BACNET_APPLICATION_TAG_NULL = 0,
|
||||
|
||||
Reference in New Issue
Block a user