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
sourceNetworkPortIdThis is the network port id over which datalink port this network message has been received.
pSourceAddressPOINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the BACnet addressed device from which the request has been sent.
pDestinationAddressPOINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the device constructed by the application which has sent the request.
pMessagePOINTER TO IEC_BACNET_NETWORK_MANAGEMENT_MESSAGE
This structure contains the network management message received by the underlying network structure.