Function openvino_sys::ie_core_get_config[][src]

pub unsafe fn ie_core_get_config(
    core: *const ie_core_t,
    device_name: *const c_char,
    config_name: *const c_char,
    param_result: *mut ie_param_t
) -> IEStatusCode
Expand description

@brief Gets configuration dedicated to device behaviour. The method is targeted to extract information which can be set via SetConfig method. @ingroup Core @param core A pointer to ie_core_t instance. @param device_name A name of a device to get a configuration value. @param config_name Name of a configuration. @param param_result A configuration value corresponding to the config_name. @return Status code of the operation: OK(0) for success.