Type Definition ublox_cellular::sockets::tcp::SocketBuffer[][src]

pub type SocketBuffer<const N: usize> = RingBuffer<u8, N>;
Expand description

A TCP socket ring buffer.