Server Classes

class MultimodalMiddlewareProtocol.Server.CommandHeader(mUCID, mDeviceID, mEventID, sender, dataIn)
Class used to pass to message processors the messages received by the network. This class encapsulates all information needed to process event messages.
class MultimodalMiddlewareProtocol.Server.IClient

The standard interface, implemented by all network receivers.

log(text)
receive(sender, data)
class MultimodalMiddlewareProtocol.Server.IServer

The standard interface, implemented by all network servers.

getProtocolId()
getProtocolName()
getServerAddress()
send(destination, data)
sendFields(destination, fields)
setErrorHandler(errorHandler)
setReceiver(receiver)
start()
stop()
class MultimodalMiddlewareProtocol.Server.NetworkAddress(ucid, server, address)
Helper class used to store component information like UCID, network server and address of components.
class MultimodalMiddlewareProtocol.Server.NetworkDevice(name, produces, consumes, netAddress, UCID, deviceID, instance, protocol_version, repositoryID, capabilities)
An internal class used by the Multimodal Hub to track the list of events consumed and produced by each device.

Previous topic

Device

Next topic

Hub

This Page

Quick search