Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IActuator.cs
1
using
System.Threading.Tasks;
2
using
Waher.Things.ControlParameters
;
3
4
namespace
Waher.Things
5
{
9
public
interface
IActuator
:
INode
10
{
15
Task<ControlParameter[]>
GetControlParameters
();
16
}
17
}
Waher.Things.IActuator
Interface for actuator nodes.
Definition:
IActuator.cs:10
Waher.Things.IActuator.GetControlParameters
Task< ControlParameter[]> GetControlParameters()
Get control parameters for the actuator.
Waher.Things.INode
Interface for nodes that are published through the concentrator interface.
Definition:
INode.cs:49
Waher.Things.ControlParameters
Definition:
BooleanControlParameter.cs:8
Waher.Things
Definition:
AnalogInput.cs:15
IoTGateway
Things
Waher.Things
IActuator.cs
Generated by
1.9.5