otTcpEndpointInitializeArgs Struct Reference
This structure contains arguments to the otTcpEndpointInitialize() function.
#include <
include/openthread/tcp.h
>
Public Attributes |
|
| void * | mContext |
|
Pointer to application-specific context.
|
|
| otTcpEstablished | mEstablishedCallback |
|
"Established" callback function
|
|
| otTcpSendDone | mSendDoneCallback |
|
"Send done" callback function
|
|
| otTcpForwardProgress | mForwardProgressCallback |
|
"Forward progress" callback function
|
|
| otTcpReceiveAvailable | mReceiveAvailableCallback |
|
"Receive available" callback function
|
|
| otTcpDisconnected | mDisconnectedCallback |
|
"Disconnected" callback function
|
|
| void * | mReceiveBuffer |
|
Pointer to memory provided to the system for the TCP receive buffer.
|
|
| size_t | mReceiveBufferSize |
|
Size of memory provided to the system for the TCP receive buffer.
|
|
This structure contains arguments to the otTcpEndpointInitialize() function.
The documentation for this struct was generated from the following file:
-
include/openthread/
tcp.h