Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IConfigurableModule.cs
1
using
System.Threading.Tasks;
2
using
Waher.Runtime.Inventory
;
3
4
namespace
Waher.IoTGateway
5
{
9
public
interface
IConfigurableModule
:
IModule
10
{
15
Task<IConfigurablePage[]>
GetConfigurablePages
();
16
}
17
}
Waher.IoTGateway.IConfigurableModule
Interface for configurable modules.
Definition:
IConfigurableModule.cs:10
Waher.IoTGateway.IConfigurableModule.GetConfigurablePages
Task< IConfigurablePage[]> GetConfigurablePages()
Gets an array of configurable pages for the module.
Waher.Runtime.Inventory.IModule
Interface for late-bound modules loaded at runtime.
Definition:
IModule.cs:9
Waher.IoTGateway
Definition:
App.xaml.cs:23
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
IoTGateway
Waher.IoTGateway
IConfigurableModule.cs
Generated by
1.9.5