Type Alias RxSocket

Source
pub type RxSocket = Socket<_RX>;
Expand description

A type alias for a socket configured for receiving packets.

Aliased Typeยง

pub struct RxSocket { /* private fields */ }