This works very much like the Messenger class except that messages
are sent over the network and (possibly) handled (accepted) on a
remote machine (server).
Constructor & Destructor Documentation
def __init__
(
self,
air,
channels
)
air is the AI Repository.
channels is a list of channel IDs (uint32 values)
Member Function Documentation
def clear
(
self
)
def handle
(
self,
pickleData
)
Send pickleData from the net on the local netMessenger.
The internal data in pickleData should have a tuple of
(messageString, sendArgsList).