pub unsafe fn ie_network_get_output_name(
    network: *const ie_network_t,
    number: usize,
    name: *mut *mut c_char
) -> IEStatusCode
Expand description

@brief Gets name corresponding to the “number”. Use the ie_network_name_free() method to free memory. @ingroup Network @param network A pointer to theinstance of the ie_network_t to get output information. @param number An id of output information . @param name Output name corresponding to the number. @return Status code of the operation: OK(0) for success.