EVT_BACNET_INTRINSICEVENTS (STRUCT)

TYPE EVT_BACNET_INTRINSICEVENTS : STRUCT

Callback to give user access to BACnet server API internal generated intrinsic event notifications.

An application may register a callback for internal generated intrinsic notifications by a call to BACnetSetHook. This callback will be called every time that an intrinsic 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. The application can suppress the sending by returning an other value than CB_STATUS_OK.

pEventInfo

POINTER TO IEC_BACNET_EVENT_NOTIF_INFO

A pointer to a structure which contains all information for the intrinsic event notification to be sent.