EVT_BACNET_NETWORK_EVENT (STRUCT)ΒΆ

TYPE EVT_BACNET_NETWORK_EVENT : STRUCT

Receives network management messages

This function is 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

sourceNetworkPortId

IEC_BACNET_BYTE

This is the network port id over which datalink port this network message has been received.

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.