otPlatTcpSockAddr

#include <openthread/platform/tcp.h>

Represents a TCP socket address.

Summary

Public attributes

mIfIndex
uint32_t
Interface index. Zero indicates any/unspecified.
mSockAddr
The socket address (IP address and port number). Use IPv4-mapped IPv6 for IPv4.

Public attributes

mIfIndex

uint32_t otPlatTcpSockAddr::mIfIndex

Interface index. Zero indicates any/unspecified.

mSockAddr

otSockAddr otPlatTcpSockAddr::mSockAddr

The socket address (IP address and port number). Use IPv4-mapped IPv6 for IPv4.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.