create_object_function typedef

@brief CreateObject service handler for an object @ingroup ObjHelpers @param object_instance in instance number of the object to create, or BACNET_MAX_INSTANCE to create the next free object instance @return object instance number created, or BACNET_MAX_INSTANCE if not

Implementation

typedef create_object_function =
    ffi.Pointer<ffi.NativeFunction<create_object_functionFunction>>;