Class: Racket::L3::ARP
- Inherits:
-
RacketPart
- Object
- BitStruct
- RacketPart
- Racket::L3::ARP
- Defined in:
- lib/racket/l3/arp.rb
Overview
RFC826 (www.faqs.org/rfcs/rfc826.html)
Constant Summary collapse
- ARPOP_REQUEST =
0x0001
- ARPOP_REPLY =
0x0002
Instance Attribute Summary
Attributes inherited from RacketPart
Method Summary
Methods inherited from RacketPart
#autofix?, #fix!, #initialize, #pretty
Constructor Details
This class inherits a constructor from Racket::RacketPart