rpm_property_lists_function typedef
Fetches the lists of properties (array of BACNET_PROPERTY_ID's) for this object type, grouped by Required, Optional, and Proprietary. A function template; @see device.c for assignment to object types. @ingroup ObjHelpers
@param pRequired out Pointer reference for the list of Required properties.
@param pOptional out Pointer reference for the list of Optional properties.
@param pProprietary out Pointer reference for the list of Proprietary
properties for this BACNET_OBJECT_TYPE.
Implementation
typedef rpm_property_lists_function =
ffi.Pointer<ffi.NativeFunction<rpm_property_lists_functionFunction>>;