Add bip_get_socket (#210)

* Add function to get BIP socket

* Add bip_get_socket to all applicable ports
This commit is contained in:
Alexander Wells
2022-01-10 16:15:54 +00:00
committed by GitHub
parent 861eff121c
commit ca32676662
4 changed files with 34 additions and 0 deletions
+3
View File
@@ -115,6 +115,9 @@ extern "C" {
BACNET_STACK_EXPORT
void bip_debug_enable(void);
BACNET_STACK_EXPORT
int bip_get_socket(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */