EVT_BACNET_NETWORKEVENTS
(STRUCT)
TYPE EVT_BACNET_NETWORKEVENTS : STRUCT
Receives network management messages
This callback will be called on every network management message which is addressed to the global broadcast or the MAC address of the device constructed by the application.
- 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.
pSourceAddress
POINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the BACnet addressed device from which the request has been sent.
pDestinationAddress
POINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the device constructed by the application which has sent the request.
pMessage
POINTER TO IEC_BACNET_NETWORK_MANAGEMENT_MESSAGE
This structure contains the network management message received by the underlying network structure.