Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDataSources.cs
1
namespace
Waher.Things
2
{
6
public
interface
IDataSources
7
{
14
bool
TryGetDataSource
(
string
SourceId, out
IDataSource
DataSource);
15
}
16
}
Waher.Things.IDataSource
Interface for datasources that are published through the concentrator interface.
Definition:
IDataSource.cs:14
Waher.Things.IDataSources
Interface for collections of data sources.
Definition:
IDataSources.cs:7
Waher.Things.IDataSources.TryGetDataSource
bool TryGetDataSource(string SourceId, out IDataSource DataSource)
Tries to get a data source.
Waher.Things
Definition:
AnalogInput.cs:15
IoTGateway
Things
Waher.Things
IDataSources.cs
Generated by
1.9.5