Added prototype for device object property list member to use for storing device data storing. (#735)

This commit is contained in:
Steve Karg
2024-08-19 09:32:52 -05:00
committed by GitHub
parent 032bf10994
commit f09a0ce5ed
3 changed files with 55 additions and 72 deletions
+6
View File
@@ -274,6 +274,12 @@ extern "C" {
BACNET_OBJECT_TYPE object_type,
uint32_t object_instance,
struct special_property_list_t *pPropertyList);
BACNET_STACK_EXPORT
bool Device_Objects_Property_List_Member(
BACNET_OBJECT_TYPE object_type,
uint32_t object_instance,
BACNET_PROPERTY_ID object_property);
/* functions to support COV */
BACNET_STACK_EXPORT
bool Device_Encode_Value_List(