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

TIdICMPHdr

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

Declaration

Source position: IdRawHeaders.pas line 396

type TIdICMPHdr = class(TIdStruct)

protected

  Ficmp_type: UInt8;

  

  Ficmp_code: UInt8;

  

  Ficmp_sum: UInt16;

  

  Ficmp_hun: TIdicmp_hun;

  

  function GetBytesLen; override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure ReadStruct(); override;

  

  procedure WriteStruct(); override;

  

  property icmp_type: UInt8; [rw]

  

  property icmp_code: UInt8; [rw]

  

  property icmp_sum: UInt16; [rw]

  

  property icmp_hun: TIdicmp_hun; [r]

  

end;

Inheritance

TIdICMPHdr

  

|

TIdStruct

  

|

TObject



CT Web help

CodeTyphon Studio