Added UCovNotification handler to demo server application.

This commit is contained in:
skarg
2008-11-20 16:27:40 +00:00
parent e6f683a43b
commit 6072b98f1f
5 changed files with 91 additions and 9 deletions
+4
View File
@@ -159,6 +159,10 @@ extern "C" {
uint8_t * apdu,
int max_apdu);
void handler_ucov_notification(
uint8_t * service_request,
uint16_t service_len,
BACNET_ADDRESS * src);
#ifdef __cplusplus
}