Added demo handler for ReinitializeDevice service, and included it in the demo/server. Tested using Synergy Lighting panel client on the serial console.

This commit is contained in:
skarg
2006-02-06 16:54:21 +00:00
parent 2027720ae0
commit caaf9befef
5 changed files with 148 additions and 0 deletions
+5
View File
@@ -90,6 +90,11 @@ void handler_atomic_read_file_ack(
BACNET_ADDRESS *src,
BACNET_CONFIRMED_SERVICE_ACK_DATA *service_data);
void handler_reinitialize_device(
uint8_t *service_request,
uint16_t service_len,
BACNET_ADDRESS *src,
BACNET_CONFIRMED_SERVICE_DATA *service_data);
#ifdef __cplusplus
}