mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
[r3093] Added function to BIP to detect when the UDP port number changed.
This commit is contained in:
committed by
Patrick Grimm
parent
ae6cc3eb79
commit
fa84dccaee
@@ -84,6 +84,7 @@ extern "C" {
|
||||
/* use network byte order for setting */
|
||||
void bip_set_port(
|
||||
uint16_t port);
|
||||
bool bip_port_changed(void);
|
||||
/* returns network byte order */
|
||||
uint16_t bip_get_port(
|
||||
void);
|
||||
|
||||
Reference in New Issue
Block a user