Added function to get the device instance number from the address cache using the MAC address.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user