Internet Direct (Indy) Version 9.0.1 Beta
TIdArpHdr
TIdArpHdr = packed record
  arp_hrd: word;
  arp_pro: word;
  arp_hln: byte;
  arp_pln: byte;
  arp_op: word;
  arp_sha: TIdEtherAddr;
  arp_spa: TIdInAddr;
  arp_tha: TIdEtherAddr;
  arp_tpa: TIdInAddr;
  end;
Description
The text for this record has been generated automatically.