refactored the application tagged encode and decode, and created types for character and octet strings.

This commit is contained in:
skarg
2005-12-10 22:37:44 +00:00
parent 51da4244ad
commit ed11b33b29
7 changed files with 68 additions and 190 deletions
+1 -1
View File
@@ -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,