Interface ISensingAgentStateDatum
Namespace: Sensus.Adaptation
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface ISensingAgentStateDatum
Properties
CurrentState
Declaration
SensingAgentState CurrentState { get; set; }
Property Value
Type | Description |
---|---|
SensingAgentState |
PreviousState
Declaration
SensingAgentState PreviousState { get; set; }
Property Value
Type | Description |
---|---|
SensingAgentState |