Unit 'IdRawHeaders' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdTCPHdr

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdRawHeaders.pas line 546

type TIdTCPHdr = class(TIdStruct)

protected

  Ftcp_sport: UInt16;

  

  Ftcp_dport: UInt16;

  

  Ftcp_seq: UInt32;

  

  Ftcp_ack: UInt32;

  

  Ftcp_x2off: UInt8;

  

  Ftcp_flags: UInt8;

  

  Ftcp_win: UInt16;

  

  Ftcp_sum: UInt16;

  

  Ftcp_urp: UInt16;

  

  function GetBytesLen; override;

  

public

  procedure ReadStruct(); override;

  

  procedure WriteStruct(); override;

  

  property tcp_sport: UInt16; [rw]

  

  property tcp_dport: UInt16; [rw]

  

  property tcp_seq: UInt32; [rw]

  

  property tcp_ack: UInt32; [rw]

  

  property tcp_x2off: UInt8; [rw]

  

  property tcp_flags: UInt8; [rw]

  

  property tcp_win: UInt16; [rw]

  

  property tcp_sum: UInt16; [rw]

  

  property tcp_urp: UInt16; [rw]

  

end;

Inheritance

TIdTCPHdr

  

|

TIdStruct

  

|

TObject



CT Web help

CodeTyphon Studio