iotcon_device_info_cb typedef
@brief Specifies the type of function passed to iotcon_find_device_info().
@details The @a result could be one of #iotcon_error_e.
@since_tizen 3.0
@paramin
device_info The device information from remote server
@paramin
result The result code (@c 0 on success, otherwise a negative error value)
@paramin
user_data The user data to pass to the function
@return @c true to continue to find device information,
otherwise @c false to stop \n
#IOTCON_FUNC_CONTINUE and #IOTCON_FUNC_STOP are more friendly values for the return
@pre iotcon_find_device_info() will invoke this callback function.
@see iotcon_find_device_info()
@see iotcon_device_info_get_property()
Implementation
typedef iotcon_device_info_cb
= ffi.Pointer<ffi.NativeFunction<iotcon_device_info_cbFunction>>;