Package dpkt :: Module rfb :: Class FramebufferUpdateRequest
[hide private]
[frames] | no frames]

Class FramebufferUpdateRequest

source code

 object --+    
          |    
dpkt.Packet --+
              |
             FramebufferUpdateRequest

Nested Classes [hide private]

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]

Inherited from dpkt.Packet: __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__ = (('incremental', 'B', 0), ('x_position', 'H', 0), ('...
  __hdr_defaults__ = {'height': 0, 'incremental': 0, 'width': 0,...
  __hdr_fields__ = ['incremental', 'x_position', 'y_position', '...
  __hdr_fmt__ = '>BHHHH'
  __hdr_len__ = 9
Properties [hide private]
  data
  height
  incremental
  width
  x_position
  y_position

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('incremental', 'B', 0),
 ('x_position', 'H', 0),
 ('y_position', 'H', 0),
 ('width', 'H', 0),
 ('height', 'H', 0))

__hdr_defaults__

Value:
{'height': 0,
 'incremental': 0,
 'width': 0,
 'x_position': 0,
 'y_position': 0}

__hdr_fields__

Value:
['incremental', 'x_position', 'y_position', 'width', 'height']