Skip to main content

Service indication hooks with internal used implementation

The following listed hooks do not have any default action implemented, but the "Advanced Client API" uses this set of functions to get the data from remote devices:

  • ConfirmedCOVNotification service hook

  • ConfirmedEventNotification service hook

  • UnconfirmedCOVNotification service hook

  • UnconfirmedEventNotification service hook

These hooks can be used to receive the returned information from a SubscribeCOVProperty request. For example, after a subscription of a specific property of an object of a device, the COVNotification hook is called in order to notify about a change of the property.

For more information, see: Implementation Requirements when Using the Current BACnet API/Stack