iotcon_options_h typedef
@brief The options handle. @details @a iotcon_options_h is an opaque data structure to have attribute value map which consists of a key and a value. Datatype of key is an integer and value is string. @since_tizen 3.0
Implementation
typedef iotcon_options_h = ffi.Pointer<icl_options>;