Adding more support for Network Layer Message handling.

This commit is contained in:
tbrennan3
2010-10-07 20:56:09 +00:00
parent 8d2560225d
commit 9efd3465cf
4 changed files with 45 additions and 1 deletions
+5 -1
View File
@@ -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,