otSockAddr

#include <ip6.h>

Represents an IPv6 socket address.

Summary

Public attributes

mAddress
An IPv6 address.
mPort
uint16_t
A transport-layer port.

Public attributes

mAddress

otIp6Address otSockAddr::mAddress

An IPv6 address.

mPort

uint16_t otSockAddr::mPort

A transport-layer port.

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.