pub fn check_netconfig_existence(id: i32) -> Result<(), NetError>Expand description
Check existence of net config
§Errors
NetError::NetConfigNotExistif the net config does not exist
§Notes
The netconfigs start from 1.
Remember that this function requires the net modules to be loaded, and initialised first.