list_element_function typedef

@brief AddListElement or RemoveListElement from an object list property @ingroup ObjHelpers @param list_element in Pointer to the BACnet_List_Element_Data structure, which is packed with the information from the request. @return The length of the apdu encoded or #BACNET_STATUS_ERROR or #BACNET_STATUS_ABORT or #BACNET_STATUS_REJECT.

Implementation

typedef list_element_function =
    ffi.Pointer<ffi.NativeFunction<list_element_functionFunction>>;