Type Alias netstack3_device::socket::SocketId

source ·
pub type SocketId<BC> = DeviceSocketId<WeakDeviceId<BC>, BC>;
Expand description

Public identifier for a socket.

Strongly owns the state of the socket. So long as the SocketId for a socket is not dropped, the socket is guaranteed to exist.

Aliased Type§

struct SocketId<BC>(/* private fields */);