March 2018
Beginner to intermediate
410 pages
10h 40m
English
Each embedded node is assumed to have a different set of control parameters. The ConcentratorServer therefore calls the GetControlParameters method defined by the IActuator interface, when necessary. All we need to do is implement this method. The definition of the control parameters otherwise conforms to the definition of the control parameters in the ActuatorXmpp project:
public ControlParameter[] GetControlParameters()
{
return new ControlParameter[]
{
...
};
}
Read now
Unlock full access