Type Alias TxSocket

Source
pub type TxSocket = Socket<_TX>;
Expand description

A type alias for a socket configured for sending packets.

Aliased Typeยง

pub struct TxSocket { /* private fields */ }