Package lacewing :: Package packetloaders :: Module server :: Class BinaryServerChannelMessage
[frames] | no frames]

Class BinaryServerChannelMessage

source code

 common._DataTypeMixin --+    
                         |    
common._BinaryMessageMixin --+
                             |
            object --+       |
                     |       |
baseloader._BaseLoader --+   |
                         |   |
     _ServerChannelMessage --+
                             |
                            BinaryServerChannelMessage

Instance Methods

Inherited from common._BinaryMessageMixin: generateMessage, readMessage

Inherited from common._DataTypeMixin: getDataType, setDataType

Inherited from _ServerChannelMessage: 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
  id = 4

Inherited from common._BinaryMessageMixin: isObject

Inherited from _ServerChannelMessage: channel, subchannel

Properties

Inherited from object: __class__