#include <TcpSocket.h>
§ TcpClientData()
  
  | 
        
          | BaseLib::TcpSocket::TcpClientData::TcpClientData | ( |  | ) |  |  | inline | 
 
 
§ backlog
      
        
          | std::queue<std::shared_ptr<TcpPacket> > BaseLib::TcpSocket::TcpClientData::backlog | 
      
 
 
§ backlogMutex
      
        
          | std::mutex BaseLib::TcpSocket::TcpClientData::backlogMutex | 
      
 
Mutex for busy and backlog 
 
 
§ buffer
      
        
          | std::vector<uint8_t> BaseLib::TcpSocket::TcpClientData::buffer | 
      
 
 
§ busy
      
        
          | bool BaseLib::TcpSocket::TcpClientData::busy = false | 
      
 
 
§ certificateCredentials
      
        
          | std::unordered_map<std::string, std::shared_ptr<CertificateCredentials> > BaseLib::TcpSocket::TcpClientData::certificateCredentials | 
      
 
 
§ clientCertDn
      
        
          | std::string BaseLib::TcpSocket::TcpClientData::clientCertDn | 
      
 
 
§ clientCertExpiration
      
        
          | int64_t BaseLib::TcpSocket::TcpClientData::clientCertExpiration = -1 | 
      
 
 
§ clientCertSerial
      
        
          | std::string BaseLib::TcpSocket::TcpClientData::clientCertSerial | 
      
 
 
§ fileDescriptor
§ id
      
        
          | int32_t BaseLib::TcpSocket::TcpClientData::id = 0 | 
      
 
 
§ socket
      
        
          | std::shared_ptr<TcpSocket> BaseLib::TcpSocket::TcpClientData::socket | 
      
 
 
§ thread_index
      
        
          | int32_t BaseLib::TcpSocket::TcpClientData::thread_index = -1 | 
      
 
 
The documentation for this struct was generated from the following file: