Package dpkt :: Module aoecfg :: Class AOECFG
[hide private]
[frames] | no frames]

Class AOECFG

source code

object --+        
         |        
   ??.Temp --+    
             |    
   dpkt.Packet --+
                 |
                AOECFG

ATA over Ethernet ATA command.

See more about the AOE on     https://en.wikipedia.org/wiki/ATA_over_Ethernet

Attributes:
    __hdr__: Header fields of AOECFG.
    data: Message data.

Instance Methods [hide private]

Inherited from dpkt.Packet: __bytes__, __getitem__, __init__, __len__, __repr__, __str__, pack, pack_hdr, unpack

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __hdr__ = (('bufcnt', 'H', 0), ('fwver', 'H', 0), ('scnt', 'B'...
  __hdr_defaults__ = {'aoeccmd': 0, 'bufcnt': 0, 'cslen': 0, 'fw...
  __hdr_fields__ = ['bufcnt', 'fwver', 'scnt', 'aoeccmd', 'cslen']
  __hdr_fmt__ = '>HHBBH'
  __hdr_len__ = 8
Properties [hide private]
  aoeccmd
  bufcnt
  cslen
  data
  fwver
  scnt

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('bufcnt', 'H', 0),
 ('fwver', 'H', 0),
 ('scnt', 'B', 0),
 ('aoeccmd', 'B', 0),
 ('cslen', 'H', 0))

__hdr_defaults__

Value:
{'aoeccmd': 0, 'bufcnt': 0, 'cslen': 0, 'fwver': 0, 'scnt': 0}