EVT_BACNET_CHANGEOFVALUEEVENTS (STRUCT)

TYPE EVT_BACNET_CHANGEOFVALUEEVENTS : STRUCT

Callback TO give user access TO BACnet server API INTERNAL generated change OF value notifications.

An application may register a callback for internal generated change of value notifications by a call to BACnetSetHook. This callback will be called every time that an change of value notification is generated by some API internal process.

InOut:

Name

Type

Comment

pCBStatus

POINTER TO IEC_BACNET_CB_STATUS

CB-Status returned for the event. “Default” processes the standard APIs reaction, which needs no additional Callback-Signalling.

pCOVInfo

POINTER TO IEC_BACNET_COV_NOTIF_INFO

A pointer to a structure which contains all information for the change of value notification to be sent.