Show / Hide Table of Contents

    Class CompassProbe

    Inheritance
    System.Object
    Probe
    ListeningProbe
    CompassProbe
    AndroidCompassProbe
    iOSCompassProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IListeningProbe
    IProbe
    Inherited Members
    ListeningProbe.ProtectedStartAsync()
    ListeningProbe.StartListeningAsync()
    ListeningProbe.ProtectedStopAsync()
    ListeningProbe.StopListeningAsync()
    ListeningProbe.ResetAsync()
    ListeningProbe.MaxDataStoresPerSecond
    ListeningProbe.MinDataStoreDelay
    ListeningProbe.KeepDeviceAwake
    ListeningProbe.WillHaveSignificantNegativeImpactOnBattery
    ListeningProbe.RawParticipation
    ListeningProbe.DataRateSampleSize
    ListeningProbe.CollectionDescription
    Probe.GetAll()
    Probe.add_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.remove_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.InitializeAsync()
    Probe.StartAsync()
    Probe.StoreDatumAsync(Datum, Nullable<CancellationToken>)
    Probe.ProcessDataAsync(CancellationToken)
    Probe.GetParticipation()
    Probe.StopAsync()
    Probe.RestartAsync()
    Probe.TestHealthAsync(List<AnalyticsTrackedEvent>)
    Probe.GetChart()
    Probe.GetChartSeries()
    Probe.GetChartPrimaryAxis()
    Probe.GetChartSecondaryAxis()
    Probe.GetChartDataPointFromDatum(Datum)
    Probe.Enabled
    Probe.OriginallyEnabled
    Probe.State
    Probe.MostRecentStoreTimestamp
    Probe.Protocol
    Probe.StoreData
    Probe.AllowDisableOnStartUp
    Probe.StartStopTimes
    Probe.SuccessfulHealthTestTimes
    Probe.MaxChartDataCount
    Probe.Caption
    Probe.SubCaption
    Probe.MostRecentDatumChanged
    Probe.PropertyChanged
    Namespace: Sensus.Probes.Location
    Assembly: SensusAndroid.dll
    Syntax
    public abstract class CompassProbe : ListeningProbe, INotifyPropertyChanged, IListeningProbe, IProbe

    Constructors

    CompassProbe()

    Declaration
    protected CompassProbe()

    Properties

    DatumType

    Declaration
    public override sealed Type DatumType { get; }
    Property Value
    Type Description
    System.Type
    Overrides
    Probe.DatumType

    DefaultKeepDeviceAwake

    Declaration
    protected override bool DefaultKeepDeviceAwake { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ListeningProbe.DefaultKeepDeviceAwake

    DeviceAsleepWarning

    Declaration
    protected override string DeviceAsleepWarning { get; }
    Property Value
    Type Description
    System.String
    Overrides
    ListeningProbe.DeviceAsleepWarning

    DeviceAwakeWarning

    Declaration
    protected override string DeviceAwakeWarning { get; }
    Property Value
    Type Description
    System.String
    Overrides
    ListeningProbe.DeviceAwakeWarning

    DisplayName

    Declaration
    public override sealed string DisplayName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Probe.DisplayName

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IListeningProbe
    IProbe
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX