Package lacewing :: Package packetloaders :: Module udp :: Class EnableUDP
[frames] | no frames]

Class EnableUDP

source code

            object --+        
                     |        
baseloader._BaseLoader --+    
                         |    
   baseloader._EmptyLoader --+
                             |
                            EnableUDP

This is sent from the client to initially tell the server what port to send UDP packets to after it has logged in. The client can send on another port afterwards, and the server should change to the new port it just received from.

Instance Methods

Inherited from baseloader._EmptyLoader: generate, read

Inherited from baseloader._BaseLoader: __init__, initialize, new

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  packetId = 29
Properties

Inherited from object: __class__