Function start [src]

Changes the state of a network interface from "stopped" to "started".

Prototype

pub fn start(self: *const SimpleNetwork) Status

Parameters

self: *const SimpleNetwork

Source

pub fn start(self: *const SimpleNetwork) Status { return self._start(self); }