Module ublox_short_range::sockets[][src]

Re-exports

pub use crate::wifi::socket::*;

Modules

tcp
udp

Structs

ChannelId

A channel id, identifying a socket in a set.

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.

SocketSetItem

An item of a socket set.

TcpSocket

A Transmission Control Protocol socket.

UdpSocket

A User Datagram Protocol socket.

Enums

Error

The error type for the networking stack.

Socket

A network socket.

SocketType
TcpState
UdpState

Traits

AnySocket

A conversion trait for network sockets.

Resettable

A trait for setting a value to a known state.