| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package objects :: Module Base :: Class GetWithID |
|
object--+ |Header--+ |Processed--+ | GetWithID
Board_Get,
Category_Get,
Category_Remove,
Component_Get,
Design_Get,
Design_Remove,
Object_DescGet,
Object_GetById,
Object_GetID_ByContainer,
OrderDesc_Get,
Player_Get,
Property_Get,
Resource_Get
A Get with ID frame consist of:
* a list of UInt32, IDs of the things requested
This packet is used to get things using their IDs. Such things would
be objects, message boards, etc.
| Method Summary | |
|---|---|
__init__(self,
sequence,
ids)
| |
Produce a string suitable to be send over the wire. | |
| Inherited from Processed | |
| |
| Inherited from Header | |
| |
Return a reconisable string. | |
Processes the data of the packet. | |
Look at the packet type and morph this object into the correct type. (Class method) | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
| Class Variable Summary | |
|---|---|
str |
struct = '[j]'
|
| Inherited from Header | |
int |
size = 16 |
| Instance Method Details |
|---|
__str__(self)
|
| Class Variable Details |
|---|
struct
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 | http://epydoc.sf.net |