refactored the binding process.
This commit is contained in:
@@ -69,5 +69,15 @@ unsigned address_count(void);
|
||||
bool address_match(
|
||||
BACNET_ADDRESS *dest,
|
||||
BACNET_ADDRESS *src);
|
||||
|
||||
bool address_bind_request(
|
||||
uint32_t device_id,
|
||||
unsigned *max_apdu,
|
||||
BACNET_ADDRESS *src);
|
||||
|
||||
void address_add_binding(
|
||||
uint32_t device_id,
|
||||
unsigned max_apdu,
|
||||
BACNET_ADDRESS *src);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user