2using System.Threading.Tasks;
58 Client.SetTag(
"ConcentratorServer", Extension);
Root node of a simulation model
Concentrator Server XMPP extension
override async Task< object > Add(IActor Instance, Waher.Networking.XMPP.XmppClient Client)
Adds the extension to the client.
ConcentratorServerExtension(ISimulationNode Parent, Model Model)
Concentrator Server XMPP extension
override string LocalName
Local name of XML element defining contents of class.
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
Abstract base class for IoT XMPP extensions.
Implements an XMPP concentrator server interface.
static Task< ConcentratorServer > Create(XmppClient Client, params IDataSource[] DataSources)
Creates an XMPP concentrator server interface.
Implements an XMPP provisioning client interface.
Implements an XMPP thing registry client interface.
Manages an XMPP client connection. Implements XMPP, as defined in https://tools.ietf....
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...