Adding BBMD and Foreign Device support for BACnet/IP.

This commit is contained in:
skarg
2006-04-20 18:51:14 +00:00
parent 84e65649c9
commit f7c5c8419a
3 changed files with 134 additions and 0 deletions
+5
View File
@@ -273,6 +273,11 @@ uint16_t bip_receive(BACNET_ADDRESS * src, /* source address */
pdu_len = 0;
}
}
#ifdef BBMD_ENABLED
if (buf[1] <= 0x09) {
bbmd_handler(&buf[0], received_bytes, &sin);
}
#endif
return pdu_len;
}