Crate ublox_sockets

Crate ublox_sockets 

Source

Re-exports§

pub use tcp::State as TcpState;
pub use tcp::TcpSocket;
pub use udp::State as UdpState;
pub use udp::UdpSocket;

Modules§

tcp
tcp_listener
udp
udp_listener

Structs§

RingBuffer
A ring buffer.
SocketHandle
A handle, identifying a socket in a set.
SocketRef
A smart pointer to a socket.
SocketSet
An extensible set of sockets.

Enums§

Error
The error type for the networking stack.
Socket
A network socket.
SocketType

Traits§

AnySocket
A conversion trait for network sockets.

Type Aliases§

Instant