| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| __init__(self, packet) | ||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
number Command number. |
||
|
type Command type. |
||
|
length Length in bytes of the data part of the query. |
||
|
data The data part of this command. |
||
|
Inherited from |
|||
|
|||
|
|
|||
numberCommand number.
|
typeCommand type.unsigned long long stored in 8 bytes at
byte 4. Known types 0x00, 0x01. Not sure what the type means.
|
lengthLength in bytes of the data part of the query.unsigned
int stored in 4 bytes at byte 12.
|
dataThe data part of this command. Returned/set as/by a TransferBuffer. Stored at byte 16. Setting it by default changes self.length to the length of the new buffer. You may have to reset it to the significant part of the buffer. You would normally use thecommand property of ShortCommand or LongCommand instead.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 6 20:50:47 2006 | http://epydoc.sourceforge.net |