iotcon_request_handler_cb typedef

@brief Specifies the type of function passed to iotcon_resource_create() and iotcon_resource_set_request_handler(). @details Called when server receives request from the client. @since_tizen 3.0 @paramin resource The resource requested @paramin request The request from client @paramin user_data The user data to pass to the function @pre The callback must be registered using iotcon_resource_create() @see iotcon_resource_create() @see iotcon_resource_set_request_handler()

Implementation

typedef iotcon_request_handler_cb
    = ffi.Pointer<ffi.NativeFunction<iotcon_request_handler_cbFunction>>;