Function poll [src]

Polls for incoming data packets and processes outgoing data packets.

Prototype

pub fn poll(self: *const ManagedNetwork) Status

Parameters

self: *const ManagedNetwork

Source

pub fn poll(self: *const ManagedNetwork) Status { return self._poll(self); }