Module socket

Module socket 

Source
Expand description

Contains the core socket types and related functionality.

Structs§

Socket
A socket for network communication through the nRF modem.
SplitSocketHandle
A handle to a split socket.

Enums§

CipherSuite
TLS cipher suites supported by the nRF9160 modem.
PeerVerification
TLS peer verification level.
SocketFamily
Socket address family.
SocketOption
Socket configuration options.
SocketOptionError
Errors that can occur when setting socket options.
SocketProtocol
Socket protocol.
SocketType
Socket type.