Function transmit [src]

Places asynchronous outgoing data packets into the transmit queue.

Prototype

pub fn transmit(self: *const ManagedNetwork, token: *const CompletionToken) Status

Parameters

self: *const ManagedNetworktoken: *const CompletionToken

Source

pub fn transmit(self: *const ManagedNetwork, token: *const CompletionToken) Status { return self._transmit(self, token); }