Added encoding and decoding for ReinitializeDevice service.

This commit is contained in:
skarg
2006-02-03 16:30:12 +00:00
parent 463fee881e
commit dff089c57f
5 changed files with 370 additions and 0 deletions
+11
View File
@@ -1089,5 +1089,16 @@ typedef enum {
LAST_PROPRIETARY_ERROR_CODE = 65535
} BACNET_ERROR_CODE;
typedef enum
{
BACNET_REINIT_COLDSTART = 0,
BACNET_REINIT_WARMSTART = 1,
BACNET_REINIT_STARTBACKUP = 2,
BACNET_REINIT_ENDBACKUP = 3,
BACNET_REINIT_STARTRESTORE = 4,
BACNET_REINIT_ENDRESTORE = 5,
BACNET_REINIT_ABORTRESTORE = 6
} BACNET_REINITIALIZED_STATE;
#endif // end of BACENUM_H