connectionlist TacConnection object
Return to Introduction  Previous page  Next page
Unit
acConnectionList  

Declaration
type  
  TacConnectionProto = (pTCP, pUDP, pAny);  
  TacConnection = class(TacListObject)  
  public  
    Data: Pointer;  
 
    property LocalIP: TInAddr;  
    property LocalIPStrString;  
    property LocalIPLong: LongInt;  
    property LocalPort: Word;  
 
    property RemoteIP: TInAddr;  
    property RemoteIPStrString;  
    property RemoteIPLong: LongInt;  
    property RemotePort: Word;  
 
    property LocalHostnameString;  
    property RemoteHostnameString;  
 
    property State: DWord;  
    property StateStrString;  
 
    property Proto: TacConnectionProto;  
    property ProtoNameString;  
      
    property IsIncoming: Boolean;  
  end;  

Description
The TacConnection object is the item of acConnectionList component, which holds the information about the TCP/UDP connection.