Class: Racket::L2::LLC
- Inherits:
-
RacketPart
- Object
- BitStruct
- RacketPart
- Racket::L2::LLC
- Defined in:
- lib/racket/l2/llc.rb
Overview
Logical Link Control (en.wikipedia.org/wiki/Logical_Link_Control)
Constant Summary collapse
- LLC_IBM_SNA =
0x04
- LLC_IP =
0x06
- LLC_3COM =
0x80
- LLC_SNAP =
0xAA
- LLC_BANYAN =
0xBC
- LLC_NOVELL =
0xE0
- LLC_LANMAN =
0xF4
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