Function poll [src]
Polls for incoming data packets and processes outgoing data packets.
Prototype
pub fn poll(self: *const Ip6) Status
Parameters
self: *const Ip6
Source
pub fn poll(self: *const Ip6) Status {
return self._poll(self);
}