Refactor/property lists member function (#609)
* Refactor property lists member function for WriteProperty default case. * Refactor time-value object unit testing * Added test for unsupported property to common property test
This commit is contained in:
@@ -55,6 +55,12 @@ extern "C" {
|
||||
const int *pList,
|
||||
int object_property);
|
||||
BACNET_STACK_EXPORT
|
||||
bool property_lists_member(
|
||||
const int *pRequired,
|
||||
const int *pOptional,
|
||||
const int *pProprietary,
|
||||
int object_property);
|
||||
BACNET_STACK_EXPORT
|
||||
int property_list_encode(
|
||||
BACNET_READ_PROPERTY_DATA * rpdata,
|
||||
const int *pListRequired,
|
||||
|
||||
Reference in New Issue
Block a user