Changed BACnet enumerations API to use uint32_t rather than int.

This commit is contained in:
skarg
2009-01-25 22:56:47 +00:00
parent 9c8d94206a
commit 1f3bce1b56
13 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ typedef struct BACnet_Application_Data_Value {
BACNET_BIT_STRING Bit_String;
#endif
#if defined (BACAPP_ENUMERATED)
int Enumerated;
uint32_t Enumerated;
#endif
#if defined (BACAPP_DATE)
BACNET_DATE Date;