Added a reject handler function pointer to simplify the reject message for unsupported services.

This commit is contained in:
skarg
2005-04-17 01:34:20 +00:00
parent bdb922090b
commit 4e83dc3cb3
3 changed files with 21 additions and 89 deletions
+4
View File
@@ -113,6 +113,10 @@ void apdu_set_confirmed_simple_ack_handler(
BACNET_CONFIRMED_SERVICE service_choice,
confirmed_simple_ack_function pFunction);
// configure reject for confirmed services that are not supported
void apdu_set_unrecognized_service_handler_handler(
confirmed_function pFunction);
void apdu_set_confirmed_handler(
BACNET_CONFIRMED_SERVICE service_choice,
confirmed_function pFunction);