Added encoding and decoding for ReinitializeDevice service.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user