pub unsafe fn ie_core_get_versions(
    core: *const ie_core_t,
    device_name: *const c_char,
    versions: *mut ie_core_versions_t
) -> IEStatusCode
Expand description

@brief Gets version information of the device specified. Use the ie_core_versions_free() method to free memory. @ingroup Core @param core A pointer to ie_core_t instance. @param device_name Name to identify device. @param versions A pointer to versions corresponding to device_name. @return Status code of the operation: OK(0) for success.