1
0
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:
Steve Karg
2017-01-01 06:23:01 +01:00
committed by Patrick Grimm
parent ae6cc3eb79
commit fa84dccaee

View File

@@ -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);