Unit 'IdWinsock2' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

IPX_SPXCONNSTATUS_DATA

Declaration

Source position: IdWinsock2.pas line 4774

type IPX_SPXCONNSTATUS_DATA = record

  ConnectionState: Byte;

  

  WatchDogActive: Byte;

  

  LocalConnectionId: Word;

  

  RemoteConnectionId: Word;

  

  LocalSequenceNumber: Word;

  

  LocalAckNumber: Word;

  

  LocalAllocNumber: Word;

  

  RemoteAckNumber: Word;

  

  RemoteAllocNumber: Word;

  

  LocalSocket: Word;

  

  ImmediateAddress: array [0..5] of Byte;

  

  RemoteNetwork: array [0..3] of Byte;

  

  RemoteNode: array [0..5] of Byte;

  

  RemoteSocket: Word;

  

  RetransmissionCount: Word;

  

  EstimatedRoundTripDelay: Word;

  

  RetransmittedPackets: Word;

  

  SuppressedPacket: Word;

  

end;



CT Web help

CodeTyphon Studio