| Home | Trees | Indices | Help |
|
|---|
|
|
Defines the structure of response packets received from the device.
Response inherits from Command as the first
16 bytes have the same structure.
|
|||
|
__init__(self,
packet)len(packet) == Response.SIZE
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
SIZE = 32Size of response packets in the SONY protocol |
||
|
|||
|
rnumber The response number. |
||
|
data The last 3 DWORDs (12 bytes) of data in this response packet. |
||
|
Inherited from Inherited from |
|||
|
|||
len(packet) == Response.SIZE
|
|
|||
SIZESize of response packets in the SONY protocol
|
|
|||
rnumberThe response number.
|
dataThe last 3 DWORDs (12 bytes) of data in this response packet. Returned as a list of unsigned integers.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 6 20:50:48 2006 | http://epydoc.sourceforge.net |