| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package objects :: Module Game :: Class Game |
|
object--+ |Header--+ |Processed--+ | Game
A Game Description frame consist of:
* a String, Game name
* a String, Key
* a list of Strings, List of protocol versions supported
* a String, Server Version
* a String, Server Type
* a String, Ruleset Name
* a String, Ruleset Version
* a list of,
* a String, Connection Type
* a String, Resolvable DNS name
* a String, IP Address
* a UInt32, Port
* a list of,
* a UInt32, Optional Paramater ID
* a String, String Value
* a UInt32, Int Value
| Method Summary | |
|---|---|
__init__(self,
sequence,
name,
key,
tp,
server,
sertype,
rule,
rulever,
locations,
optional)
| |
Produce a string suitable to be send over the wire. | |
optional_get(self)
| |
required_get(self)
| |
| 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... | |
| Property Summary | |
|---|---|
optional | |
required | |
| Class Variable Summary | |
|---|---|
int |
no = 66 |
dict |
options = {1: ('plys', 'players', 'Number of Players in ...
|
str |
struct = 'SS[S]SSSS[SSSI][ISI]'
|
| Inherited from Header | |
int |
size = 16 |
| Instance Method Details |
|---|
__str__(self)
|
| Property Details |
|---|
optional
|
required
|
| Class Variable Details |
|---|
no
|
struct
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 | http://epydoc.sf.net |