Home | Trees | Indices | Help |
|
---|
|
object --+ | baseloader._BaseLoader --+ | Response
The Response packet is sent from the server to reply to an earlier request by the client. It might have been either denied or accepted.
Use the methods to manipulate the properties (if available).
Instance Methods | |||
|
|||
str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
response = None hash(x) |
|
denyReason = None hash(x) |
|
playerId = None hash(x) |
|
extensions = None hash(x) |
|
packetId = 1
|
Instance Variables | |
channelId = None The channel ID of the granted channel. |
|
channelName = None The channel name of the granted channel. |
|
playerName = None The selected client name. |
Properties | |
Inherited from |
Method Details |
Parses 'data' and sets the properties of the packetloader.
|
Get the server deny reason.
|
Set the server deny reason.
|
Returns the response as string.
|
Set the response from string.
|
Generate the raw representation of the packetloader.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 16 22:07:42 2010 | http://epydoc.sourceforge.net |