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

TIdEthernetHdr

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

Declaration

Source position: IdRawHeaders.pas line 642

type TIdEthernetHdr = class(TIdStruct)

protected

  Fether_dhost: TIdEtherAddr;

  

  Fether_shost: TIdEtherAddr;

  

  Fether_type: UInt16;

  

  function GetBytesLen; override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure CopyFrom();

  

  procedure ReadStruct(); override;

  

  procedure WriteStruct(); override;

  

  property ether_dhost: TIdEtherAddr; [r]

  

  property ether_shost: TIdEtherAddr; [r]

  

  property ether_type: UInt16; [rw]

  

end;

Inheritance

TIdEthernetHdr

  

|

TIdStruct

  

|

TObject



CT Web help

CodeTyphon Studio