Fixed BACnet basic file object to have dynamic name, mime-type, path. (#835)

This commit is contained in:
Steve Karg
2024-10-29 13:30:03 -05:00
committed by GitHub
parent a38cc531d2
commit 089caf7e4b
2 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ BACNET_STACK_EXPORT
bool bacfile_object_name(
uint32_t object_instance, BACNET_CHARACTER_STRING *object_name);
BACNET_STACK_EXPORT
bool bacfile_object_name_set(uint32_t object_instance, char *new_name);
bool bacfile_object_name_set(uint32_t object_instance, const char *new_name);
BACNET_STACK_EXPORT
const char *bacfile_name_ansi(uint32_t object_instance);