Show / Hide Table of Contents

    Class SensingAgentState

    Inheritance
    System.Object
    SensingAgentState
    Namespace: Sensus.Adaptation
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public sealed class SensingAgentState : Enum

    Fields

    ActiveControl

    The SensingAgent is controlling sensing in response to ActiveObservation.

    Declaration
    public const SensingAgentState ActiveControl
    Field Value
    Type Description
    SensingAgentState

    ActiveObservation

    The SensingAgent is actively observing to determine whether ActiveControl is desired.

    Declaration
    public const SensingAgentState ActiveObservation
    Field Value
    Type Description
    SensingAgentState

    EndingControl

    The SensingAgent is ending sensing control (either OpportunisticControl or ActiveControl).

    Declaration
    public const SensingAgentState EndingControl
    Field Value
    Type Description
    SensingAgentState

    Idle

    The SensingAgent is neither observing data nor controlling sensing.

    Declaration
    public const SensingAgentState Idle
    Field Value
    Type Description
    SensingAgentState

    OpportunisticControl

    The SensingAgent is controlling sensing in response to data observed during OpportunisticObservation.

    Declaration
    public const SensingAgentState OpportunisticControl
    Field Value
    Type Description
    SensingAgentState

    OpportunisticObservation

    The SensingAgent is observing data opportunistically through normal operation of the IProtocol when the SensingAgent is in the Idle state.

    Declaration
    public const SensingAgentState OpportunisticObservation
    Field Value
    Type Description
    SensingAgentState

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX