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

Class PointerEvent

source code

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

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__ = (('button_mask', 'B', 0), ('x_position', 'H', 0), ('...
  __hdr_defaults__ = {'button_mask': 0, 'x_position': 0, 'y_posi...
  __hdr_fields__ = ['button_mask', 'x_position', 'y_position']
  __hdr_fmt__ = '>BHH'
  __hdr_len__ = 5
Properties [hide private]
  button_mask
  data
  x_position
  y_position

Inherited from object: __class__

Class Variable Details [hide private]

__hdr__

Value:
(('button_mask', 'B', 0),
 ('x_position', 'H', 0),
 ('y_position', 'H', 0))

__hdr_defaults__

Value:
{'button_mask': 0, 'x_position': 0, 'y_position': 0}