Adding router inquiry demos.

This commit is contained in:
skarg
2008-08-21 22:30:27 +00:00
parent 5c6f263a16
commit e75eaf0973
8 changed files with 785 additions and 21 deletions
+10
View File
@@ -109,7 +109,17 @@ extern "C" {
BACNET_OCTET_STRING * fileData);
void Send_Who_Is_Router_To_Network(
BACNET_ADDRESS *dst,
int dnet);
void Send_I_Am_Router_To_Network(
const int DNET_list[]);
void Send_Initialize_Routing_Table(
BACNET_ROUTER_PORT *router_port_list);
void Send_Initialize_Routing_Table_Ack(
BACNET_ROUTER_PORT *router_port_list);
#ifdef __cplusplus
}