read_property_function typedef

Reads one property for this object type of a given instance. A function template; @see device.c for assignment to object types. @ingroup ObjHelpers

@param rp_data in Pointer to the BACnet_Read_Property_Data structure, which is packed with the information from the RP request. @return The length of the apdu encoded or -1 for error or -2 for abort message.

Implementation

typedef read_property_function =
    ffi.Pointer<ffi.NativeFunction<read_property_functionFunction>>;