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

@brief Get name of network. @ingroup Network @param network A pointer to the instance of the ie_network_t to get a name from. @param name Name of the network. @return Status code of the operation: OK(0) for success.