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

Class BinaryChannelMessage

source code

 common._DataTypeMixin --+    
                         |    
common._BinaryMessageMixin --+
                             |
            object --+       |
                     |       |
baseloader._BaseLoader --+   |
                         |   |
              _PeerMessage --+
                             |
                            BinaryChannelMessage

Instance Methods

Inherited from common._BinaryMessageMixin: generateMessage, readMessage

Inherited from common._DataTypeMixin: getDataType, setDataType

Inherited from _PeerMessage: 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 = 2

Inherited from common._BinaryMessageMixin: isObject

Inherited from _PeerMessage: channel, peer, subchannel

Properties

Inherited from object: __class__