iotcon_request_h typedef

iotcon_request_h = Pointer<icl_resource_request>

@brief The request handle. @details @a iotcon_request_h is an opaque data structure to request to a particular resource. @a iotcon_request_h is a data type of client's request which consists of header options, query, representation. @since_tizen 3.0

Implementation

typedef iotcon_request_h = ffi.Pointer<icl_resource_request>;