Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IThingReference.cs
1
using
System.Threading.Tasks;
2
3
namespace
Waher.Things
4
{
12
public
delegate Task<IThingReference>
GetThingReferenceMethod
(
string
NodeId,
string
SourceId,
string
Partition);
13
17
public
interface
IThingReference
18
{
22
string
NodeId
23
{
24
get
;
25
}
26
30
string
SourceId
31
{
32
get
;
33
}
34
38
string
Partition
39
{
40
get
;
41
}
42
}
43
}
Waher.Things.IThingReference
Interface for thing references.
Definition:
IThingReference.cs:18
Waher.Things.IThingReference.Partition
string Partition
Optional partition in which the Node ID is unique.
Definition:
IThingReference.cs:39
Waher.Things.IThingReference.SourceId
string SourceId
Optional ID of source containing node.
Definition:
IThingReference.cs:31
Waher.Things.IThingReference.NodeId
string NodeId
ID of node.
Definition:
IThingReference.cs:23
Waher.Things
Definition:
AnalogInput.cs:15
Waher.Things.GetThingReferenceMethod
delegate Task< IThingReference > GetThingReferenceMethod(string NodeId, string SourceId, string Partition)
Delegate for methods returning thing reference nodes.
IoTGateway
Things
Waher.Things
IThingReference.cs
Generated by
1.9.5