write_property_function typedef
Attempts to write a new value to one property for this object type of a given instance. A function template; @see device.c for assignment to object types. @ingroup ObjHelpers
@param wp_data in Pointer to the BACnet_Write_Property_Data structure,
which is packed with the information from the WP request.
@return The length of the apdu encoded or -1 for error or
-2 for abort message.
Implementation
typedef write_property_function =
ffi.Pointer<ffi.NativeFunction<write_property_functionFunction>>;