Added additional WhoIs for network device discovery. Thanks, David Campfield!

This commit is contained in:
skarg
2010-08-17 14:03:52 +00:00
parent 748c77dc93
commit 2f5c95b7a3
2 changed files with 153 additions and 30 deletions
+18
View File
@@ -58,6 +58,24 @@ extern "C" {
int32_t low_limit,
int32_t high_limit);
void Send_WhoIs_Global(
int32_t low_limit,
int32_t high_limit);
void Send_WhoIs_Local(
int32_t low_limit,
int32_t high_limit);
void Send_WhoIs_Remote(
BACNET_ADDRESS * target_address,
int32_t low_limit,
int32_t high_limit);
void Send_WhoIs_To_Network(
BACNET_ADDRESS * target_address,
int32_t low_limit,
int32_t high_limit);
void Send_WhoHas_Object(
int32_t low_limit,
int32_t high_limit,