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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user