Added code to handle Life Safety Operation service.

This commit is contained in:
minack
2009-01-23 00:34:55 +00:00
parent 93826be9e5
commit 89fc2810f3
6 changed files with 380 additions and 7 deletions
+7
View File
@@ -169,6 +169,13 @@ extern "C" {
uint8_t * service_request,
uint16_t service_len,
BACNET_ADDRESS * src);
bool handler_lso(
uint8_t * service_request,
uint16_t service_len,
BACNET_ADDRESS * src,
BACNET_CONFIRMED_SERVICE_DATA * service_data);
#ifdef __cplusplus
}