Added property list membership test

This commit is contained in:
skarg
2019-06-02 14:48:52 +00:00
parent d7ad240f05
commit 09a2614359
2 changed files with 46 additions and 0 deletions
+3
View File
@@ -49,6 +49,9 @@ extern "C" {
unsigned property_list_count(
const int *pList);
bool property_list_member(
const int *pList,
int object_property);
const int * property_list_optional(
BACNET_OBJECT_TYPE object_type);
const int * property_list_required(