Function receive [src]

Places a receiving request into the receiving queue.

Prototype

pub fn receive(self: *const Ip6, token: *CompletionToken) Status

Parameters

self: *const Ip6token: *CompletionToken

Source

pub fn receive(self: *const Ip6, token: *CompletionToken) Status { return self._receive(self, token); }