Feature/bip6 debug enable (#209)

* Added BACNET_BIP6_DEBUG environment variable to enhance BACnet/IPv6 debugging

* Added BACNET_BIP6_DEBUG environment variable to enhance BACnet/IPv6 debugging

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2022-01-08 11:34:11 -06:00
committed by GitHub
parent d77925a252
commit 889b7f9357
8 changed files with 188 additions and 50 deletions
+4
View File
@@ -102,6 +102,10 @@ extern "C" {
void bip6_receive_callback(
void);
BACNET_STACK_EXPORT
void bip6_debug_enable(
void);
#ifdef __cplusplus
}
#endif /* __cplusplus */