iotcon_lite_resource_h typedef
@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>;