Readonly
connectedFlag, indication, whether the Layer is connected or not.
Readonly
idID of the Layer.
M.Karkowski
ICommunicationInterface
Readonly
receivesUsed to show, whether the the layer receives its own messages
ICommunicationInterface
Optional
detailused to emit some data on the bride. It will distribute the event accors
M.Karkowski
ICommunicationInterface
used to emit some data.
M.Karkowski
ICommunicationInterface
The Event name
The Callback to use.
Generated using TypeDoc
A layer is an element that is used to establish a communication connection. This element implements the connection (e.g. a MQTT layer).
A layer is utilized by the ICommunicationBridge
A layer has the following functionalities provided by its interface:
Currently there are 3 layers implemented:
MQTT
(see MQTTLayer)IO-Sockets
:io-client
(see IoSocketClientLayer)io-server
(see ioSocketServerLayer runs as Standalone)event
: an internal layer only. Is defaultly provided. (see EventCommunicationInterface)Export
ICommunicationInterface