Added optional description property to basic network port object example. (#788)

This commit is contained in:
Steve Karg
2024-09-27 14:43:41 -05:00
committed by GitHub
parent 4781582204
commit 3eee88dd31
2 changed files with 64 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ BACNET_STACK_EXPORT
const char *Network_Port_Object_Name_ASCII(uint32_t object_instance);
BACNET_STACK_EXPORT
char *Network_Port_Description(uint32_t instance);
const char *Network_Port_Description(uint32_t instance);
BACNET_STACK_EXPORT
bool Network_Port_Description_Set(uint32_t instance, const char *new_name);