#include <SBCommunication.h>
Definition at line 18 of file SBCommunication.h.
 
      
        
          | typedef void(* lldb::SBCommunication::ReadThreadBytesReceived)(void *baton, const void *src, size_t src_len) | 
      
 
 
      
        
          | lldb::SBCommunication::SBCommunication | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBCommunication::SBCommunication | ( | const char * | broadcaster_name | ) |  | 
      
 
 
      
        
          | lldb::SBCommunication::~SBCommunication | ( |  | ) |  | 
      
 
 
      
        
          | lldb::ConnectionStatus lldb::SBCommunication::AdoptFileDesriptor | ( | int | fd, | 
        
          |  |  | bool | owns_fd | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | lldb::ConnectionStatus lldb::SBCommunication::Connect | ( | const char * | url | ) |  | 
      
 
 
      
        
          | lldb::ConnectionStatus lldb::SBCommunication::Disconnect | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb::SBCommunication::FLAGS_ANONYMOUS_ENUM | ( |  | ) |  |  | inline | 
 
< Sent when the communications connection is lost.
< Sent by the read thread when bytes become available.
< Sent by the read thread when it exits to inform clients.
< Sent by clients that need to cancel the read thread.
< Sent when data received makes a complete packet. 
Definition at line 20 of file SBCommunication.h.
 
 
  
  | 
        
          | static const char* lldb::SBCommunication::GetBroadcasterClass | ( |  | ) |  |  | static | 
 
 
      
        
          | bool lldb::SBCommunication::GetCloseOnEOF | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBCommunication::IsConnected | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBCommunication::IsValid | ( |  | ) | const | 
      
 
 
      
        
          | size_t lldb::SBCommunication::Read | ( | void * | dst, | 
        
          |  |  | size_t | dst_len, | 
        
          |  |  | uint32_t | timeout_usec, | 
        
          |  |  | lldb::ConnectionStatus & | status | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | bool lldb::SBCommunication::ReadThreadIsRunning | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBCommunication::ReadThreadStart | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBCommunication::ReadThreadStop | ( |  | ) |  | 
      
 
 
      
        
          | void lldb::SBCommunication::SetCloseOnEOF | ( | bool | b | ) |  | 
      
 
 
      
        
          | bool lldb::SBCommunication::SetReadThreadBytesReceivedCallback | ( | ReadThreadBytesReceived | callback, | 
        
          |  |  | void * | callback_baton | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | size_t lldb::SBCommunication::Write | ( | const void * | src, | 
        
          |  |  | size_t | src_len, | 
        
          |  |  | lldb::ConnectionStatus & | status | 
        
          |  | ) |  |  | 
      
 
 
The documentation for this class was generated from the following file: