otPlatTcpListener

#include <openthread/platform/tcp.h>

Represents a TCP listener.

Summary

The OpenThread core owns and manages the otPlatTcpListener instances. The platform should track the pointers to these instances and use them when invoking the callbacks. The otPlatTcpListener * can be viewed as a "descriptor" or "handle" to the listener.

Public attributes

mData
Platform implementation specific data.

Public attributes

mData

otPlatTcpPlatformData otPlatTcpListener::mData

Platform implementation specific data.

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.