Function stop [src]
Changes the state of a network interface from "started" to "stopped".
Prototype
pub fn stop(self: *const SimpleNetwork) Status
Parameters
self: *const SimpleNetwork
Source
pub fn stop(self: *const SimpleNetwork) Status {
return self._stop(self);
}