Added function to BIP to detect when the UDP port number changed.

This commit is contained in:
skarg
2017-01-01 05:23:01 +00:00
parent 2f393c13c2
commit 2bb0045028
+1
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);