Package libprs500 :: Module prstypes :: Class ShortCommand
[hide private]
[frames] | no frames]

Class ShortCommand

source code


A Command whoose data section is 4 bytes long

Instance Methods [hide private]
  __init__(self, number=0x00, type=0x00, command=0x00)

Inherited from TransferBuffer: __add__, __getslice__, __str__, pack, unpack

Inherited from TransferBuffer (private): _normalize

Inherited from list: __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__


Class Methods [hide private]

Inherited from TransferBuffer: phex


Class Variables [hide private]
  SIZE = 20
Packet size in bytes

Properties [hide private]
  command
The command.

Inherited from Command: data, length, number, type

Inherited from object: __class__


Method Details [hide private]

__init__(self, number=0x00, type=0x00, command=0x00)
(Constructor)

source code 
Parameters:
Overrides: Command.__init__

Class Variable Details [hide private]

SIZE

Packet size in bytes
Value:
20                                                                    
      

Property Details [hide private]

command

The command. Not sure why this is needed in addition to Command.number. unsigned int 4 bytes long at byte 16.
Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, val)
Delete Method:
None