IEC_BACNET_DUMP_REPORT_FLAGS (ENUM)¶
TYPE IEC_BACNET_DUMP_REPORT_FLAGS :
Defined flags for controlling and filtering the output of the dump function.
- InOut:
- Name - Initial - Comment - BACNET_DUMP_REPORT_BAD_COV_STATE - 16#1 - Flag controls output of bad COV recipients in the server API database. - If set the dump will list out bad COV recipients. Bad COV recipients are recipients which have subscribed to objects and which should have received notifications but haven’t acknowledged them. - BACNET_DUMP_REPORT_BAD_INT_STATE - 16#2 - Flag controls output of bad intrinsic recipients in the server API database. - If set the dump will list out bad intrinsic recipients. Bad intrinsic recipients are recipients which have subscribed to objects and which should have received notifications but haven’t acknowledged them. - BACNET_DUMP_REPORT_OBJECT_INT_STATE - 16#4 - Flag controls output of intrinsic recipients in the server API database which have registered to some notification-class objects. - If set the dump will contain intrinsic recipient entries registered to notification class objects in the server API database. - BACNET_DUMP_REPORT_OBJECT_COV_STATE - 16#8 - Flag controls output of COV recipients in the server API database which have registered to some objects. - If set the dump will contain COV and COVP recipient entries registered to objects in the server API database. - BACNET_DUMP_REPORT_ROUTER_STATE - 16#10 - Flag controls output of the router state in the network layer. - BACNET_DUMP_REPORT_DATALINK_STATE - 16#20 - Flag controls output of the configured datalinks in the network layer. - BACNET_DUMP_REPORT_ADDRESS_RESOLUTION - 16#40 - Flag controls output of the pending dynamic address bindings. - BACNET_DUMP_REPORT_NAME_RESOLUTION - 16#80 - Flag controls output of the dynamic object identifier binding. - BACNET_DUMP_REPORT_CLNT_DATABASE - 16#100 - Flag controls output of the advanced client API registered objects and events. 
