1using System.Threading.Tasks;
14 private readonly
string value;
38 public string Value => this.value;
44 public override async Task<bool>
Set()
46 bool Result = await this.parameter.SetStringValue(this.
Node, this.value);
49 await
ControlServer.ParameterSyntaxError(this.parameter.Name,
this.Request);
Abstract base class for control operations.
IThingReference Node
Node on which operation is to be performed.
Implements an XMPP control server interface.
Event arguments for IQ queries.
Abstract base class for control parameters.
Interface for thing references.