Function shutdown [src]
Resets a network adapter and leaves it in a state that is safe for another driver to initialize.
Prototype
pub fn shutdown(self: *const SimpleNetwork) Status
Parameters
self: *const SimpleNetwork
Source
pub fn shutdown(self: *const SimpleNetwork) Status {
return self._shutdown(self);
}