Created a demo handler for ReinitializeDevice service (not tested or compiled).
This commit is contained in:
@@ -1097,7 +1097,8 @@ typedef enum
|
||||
BACNET_REINIT_ENDBACKUP = 3,
|
||||
BACNET_REINIT_STARTRESTORE = 4,
|
||||
BACNET_REINIT_ENDRESTORE = 5,
|
||||
BACNET_REINIT_ABORTRESTORE = 6
|
||||
BACNET_REINIT_ABORTRESTORE = 6,
|
||||
MAX_BACNET_REINITIALIZED_STATE = 7
|
||||
} BACNET_REINITIALIZED_STATE;
|
||||
|
||||
#endif // end of BACENUM_H
|
||||
|
||||
Reference in New Issue
Block a user