Added function to get the device instance number from the address cache using the MAC address.

This commit is contained in:
skarg
2007-10-31 23:01:43 +00:00
parent e51d11856d
commit 801342e85b
4 changed files with 114 additions and 53 deletions
+3
View File
@@ -55,6 +55,9 @@ extern "C" {
bool address_get_by_index(unsigned index,
uint32_t * device_id, unsigned *max_apdu, BACNET_ADDRESS * src);
bool address_get_device_id(BACNET_ADDRESS * src,
uint32_t *device_id);
unsigned address_count(void);