otTcpEndpointInitializeArgs
    #include <tcp.h>
  
Contains arguments to the otTcpEndpointInitialize() function.
Summary
        Public attributes | 
    |
|---|---|
        mContext
       | 
      
        void *
        Pointer to application-specific context.  
       | 
    
        mDisconnectedCallback
       | 
      
        
         "Disconnected" callback function  
       | 
    
        mEstablishedCallback
       | 
      
        
         "Established" callback function  
       | 
    
        mForwardProgressCallback
       | 
      
        
         "Forward progress" callback function  
       | 
    
        mReceiveAvailableCallback
       | 
      
        
         "Receive available" callback function  
       | 
    
        mReceiveBuffer
       | 
      
        void *
        Pointer to memory provided to the system for the TCP receive buffer.  
       | 
    
        mReceiveBufferSize
       | 
      
        size_t
        Size of memory provided to the system for the TCP receive buffer.  
       | 
    
        mSendDoneCallback
       | 
      
        
         "Send done" callback function  
       | 
    
Public attributes
mContext
void * otTcpEndpointInitializeArgs::mContext
Pointer to application-specific context.
mDisconnectedCallback
otTcpDisconnected otTcpEndpointInitializeArgs::mDisconnectedCallback
"Disconnected" callback function
mEstablishedCallback
otTcpEstablished otTcpEndpointInitializeArgs::mEstablishedCallback
"Established" callback function
mForwardProgressCallback
otTcpForwardProgress otTcpEndpointInitializeArgs::mForwardProgressCallback
"Forward progress" callback function
mReceiveAvailableCallback
otTcpReceiveAvailable otTcpEndpointInitializeArgs::mReceiveAvailableCallback
"Receive available" callback function
mReceiveBuffer
void * otTcpEndpointInitializeArgs::mReceiveBuffer
Pointer to memory provided to the system for the TCP receive buffer.
mReceiveBufferSize
size_t otTcpEndpointInitializeArgs::mReceiveBufferSize
Size of memory provided to the system for the TCP receive buffer.
mSendDoneCallback
otTcpSendDone otTcpEndpointInitializeArgs::mSendDoneCallback
"Send done" callback function
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.