Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IThingErrorProcessor.cs
1using System.Threading.Tasks;
2using Waher.Things;
3
5{
10 {
17 Task<ThingError[]> ProcessErrors(INode Device, ThingError[] Errors);
18 }
19}
Contains information about an error on a thing
Definition: ThingError.cs:10
Base Interface for all processor nodes.
Base Interface for all thing error processor nodes.
Task< ThingError[]> ProcessErrors(INode Device, ThingError[] Errors)
Process a collection of thing errors.
Interface for nodes that are published through the concentrator interface.
Definition: INode.cs:49