Add functions to enable/disable debug logging (#280)
* Add "bip_debug_disable()" * Add "bvlc_debug_disable()" * Add setters for BIP_DL_Debug (BBMD registration debug logging)
This commit is contained in:
@@ -39,6 +39,14 @@ extern "C" {
|
||||
void dlenv_init(
|
||||
void);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
void bip_dl_debug_enable(
|
||||
void);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
void bip_dl_debug_disable(
|
||||
void);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
int dlenv_register_as_foreign_device(
|
||||
void);
|
||||
|
||||
Reference in New Issue
Block a user