Changed default WhoIs to be Broadcast after seeing problems of unicast I-Am through some BACnet routers. Split out WhoIs into 2 handlers - one for unicast I-Am and one for Broadcast I-Am. Developer can choose which one to use for their default handler.

This commit is contained in:
skarg
2010-02-19 14:45:32 +00:00
parent 0529106e73
commit d98194636c
3 changed files with 42 additions and 4 deletions
+5
View File
@@ -59,6 +59,11 @@ extern "C" {
uint16_t service_len,
BACNET_ADDRESS * src);
void handler_who_is_whois(
uint8_t * service_request,
uint16_t service_len,
BACNET_ADDRESS * src);
void handler_who_has(
uint8_t * service_request,
uint16_t service_len,