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

TIdicmp6_hdr

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

Declaration

Source position: IdRawHeaders.pas line 449

type TIdicmp6_hdr = class(TIdStruct)

protected

  Ficmp6_type: UInt8;

  

  FIcmp6_code: UInt8;

  

  Ficmp6_cksum: UInt16;

  

  Fdata: TIdicmp6_un;

  

  function GetBytesLen; override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure ReadStruct(); override;

  

  procedure WriteStruct(); override;

  

  property icmp6_type: UInt8; [rw]

  

  property icmp6_code: UInt8; [rw]

  

  property icmp6_cksum: UInt16; [rw]

  

  property data: TIdicmp6_un; [r]

  

end;

Inheritance

TIdicmp6_hdr

  

|

TIdStruct

  

|

TObject



CT Web help

CodeTyphon Studio