otTcpListenerInitializeArgs
    #include <tcp.h>
  
Contains arguments to the otTcpListenerInitialize() function.
Summary
        Public attributes | 
    |
|---|---|
        mAcceptDoneCallback
       | 
      
        
         "Accept done" callback function  
       | 
    
        mAcceptReadyCallback
       | 
      
        
         "Accept ready" callback function  
       | 
    
        mContext
       | 
      
        void *
        Pointer to application-specific context.  
       | 
    
Public attributes
mAcceptDoneCallback
otTcpAcceptDone otTcpListenerInitializeArgs::mAcceptDoneCallback
"Accept done" callback function
mAcceptReadyCallback
otTcpAcceptReady otTcpListenerInitializeArgs::mAcceptReadyCallback
"Accept ready" callback function
mContext
void * otTcpListenerInitializeArgs::mContext
Pointer to application-specific context.
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.