Added text sprintf for Network Port object BACnetNetworkType, BACnetNetworkNumberQuality, and BACnetProtocolLevel enumerations. (#1069)

This commit is contained in:
Steve Karg
2025-08-09 08:43:24 -05:00
committed by GitHub
parent 30b02349bf
commit e0293e7063
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -172,6 +172,8 @@ const char *bactext_network_port_type_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_network_number_quality_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_protocol_level_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_network_port_command_name(unsigned index);
BACNET_STACK_EXPORT