iotcon_lite_resource_h typedef

iotcon_lite_resource_h = Pointer<icl_lite_resource>

@brief The lite resource handle. @details @a iotcon_lite_resource_h is an opaque data structure to represent registered resource by server. A resource has host_address, uri_path, resource types, and internal handle. If observable attribute of resource is true, client can observe this resource. @since_tizen 3.0

Implementation

typedef iotcon_lite_resource_h = ffi.Pointer<icl_lite_resource>;