Adding more support for Network Layer Message handling.
This commit is contained in:
@@ -185,6 +185,10 @@ extern "C" {
|
||||
uint32_t device_id,
|
||||
BACNET_EVENT_NOTIFICATION_DATA * data);
|
||||
|
||||
int Send_Network_Layer_Message(
|
||||
BACNET_NETWORK_MESSAGE_TYPE network_message_type,
|
||||
BACNET_ADDRESS * dst,
|
||||
int * iArgs );
|
||||
void Send_Who_Is_Router_To_Network(
|
||||
BACNET_ADDRESS * dst,
|
||||
int dnet);
|
||||
@@ -194,7 +198,7 @@ extern "C" {
|
||||
BACNET_ADDRESS * dst,
|
||||
BACNET_ROUTER_PORT * router_port_list);
|
||||
void Send_Initialize_Routing_Table_Ack(
|
||||
BACNET_ROUTER_PORT * router_port_list);
|
||||
const int DNET_list[]);
|
||||
|
||||
uint8_t Send_Life_Safety_Operation_Data(
|
||||
uint32_t device_id,
|
||||
|
||||
Reference in New Issue
Block a user