Added Send_I_Am_Unicast() and used it in inhandler_who_is(). Sends directly back to the source address instead of a broadcast, per Addendum 135-2008q-1.

This commit is contained in:
tbrennan3
2010-02-15 20:47:20 +00:00
parent ccb5323721
commit 4c99467009
3 changed files with 96 additions and 7 deletions
+3
View File
@@ -50,6 +50,9 @@ extern "C" {
uint8_t * buffer,
BACNET_ADDRESS * dest,
BACNET_NPDU_DATA * npdu_data);
void Send_I_Am_Unicast(
uint8_t * buffer,
BACNET_ADDRESS * src);
void Send_WhoIs(
int32_t low_limit,