IOT Dash
|
Public Member Functions | |
TValue | GetValue (string topic) |
DateTime | GetNow () |
Represents a context of a single evaluation. The context stores values of various MQTT topics. Evaluation must be a fast, synchronous operation, so waiting for MQTT messages is no feasible.
TValue IotDash.Parsing.IInterfaceEvaluationContext.GetValue | ( | string | topic | ) |
Get last value on given topic .
topic | The topic to inspect. |
Implemented in Tests.Adapters.TestEvaluationContext.