|
| class | ClientEvents |
| | The ClientEvents class allows applications to push information asynchronously to web clients connected to the server. It keeps track of all open web clients that have the Events.js JavaScript file loaded. When Events.js is loaded, it creates a unique Tab ID which it reports back to the ClientEvents resource. There, it is paired with the current resource being displayed, including any query parameters. Any application can then use ClientEvents to push information, either text strings or JSON objects, to any JavaScript function currently loaded by the client. Subsets of connected web clients can be made, either on resource or query string parameters. More...
|
| |
| class | ClientEventsWebSocket |
| | Web-socket binding method for the ClientEvents class. It allows clients connect to the gateway using web-sockets to get events. More...
|
| |
| class | ConfigurablePage |
| | Configuration page for a configurable module. More...
|
| |
| class | DomainSettings |
| | Domain settings. More...
|
| |
| class | Export |
| | Static class managing data export. More...
|
| |
| class | Gateway |
| | Static class managing the runtime environment of the IoT Gateway. More...
|
| |
| interface | IConfigurableModule |
| | Interface for configurable modules. More...
|
| |
| interface | IConfigurablePage |
| | Configuration page for a configurable module. More...
|
| |
| class | LocalContent |
| | Static class that gives access to local content published by the gateway, without having to perform requests to the gateway itself. If requests reference non-local content, requests are deferred to InternetContent instead. More...
|
| |