2using System.Collections.Generic;
5using System.Threading.Tasks;
37 return Task.CompletedTask;
43 this.chatServer =
null;
46 this.bobClient =
null;
48 return Task.CompletedTask;
Task Stop()
Stops the module.
Task Start()
Starts the module.
Static class managing the runtime environment of the IoT Gateway.
static string AppDataFolder
Application data folder.
static XmppClient XmppClient
XMPP Client connection of gateway.
Client managing bits of binary (XEP-0231): https://xmpp.org/extensions/xep-0231.html
override void Dispose()
Disposes of the extension.
Class managing a chat interface for things.
override void Dispose()
Disposes of the extension.
Implements an XMPP concentrator server interface.
Implements an XMPP provisioning client interface.
Static class that dynamically manages types and interfaces available in the runtime environment.
static bool TryGetModuleParameter(string Name, out object Value)
Tries to get a module parameter value.
Interface for late-bound modules loaded at runtime.