Show / Hide Table of Contents

    Class iOSEstimoteBeaconProbe

    Inheritance
    System.Object
    Probe
    ListeningProbe
    EstimoteBeaconProbe
    iOSEstimoteBeaconProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IListeningProbe
    IProbe
    Inherited Members
    EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(Nullable<TimeSpan>)
    EstimoteBeaconProbe.GetLocationsFromCloudAsync(Nullable<TimeSpan>)
    EstimoteBeaconProbe.GetChartSeries()
    EstimoteBeaconProbe.GetChartPrimaryAxis()
    EstimoteBeaconProbe.GetChartSecondaryAxis()
    EstimoteBeaconProbe.GetChartDataPointFromDatum(Datum)
    EstimoteBeaconProbe.Beacons
    EstimoteBeaconProbe.Location
    EstimoteBeaconProbe.EstimoteCloudAppId
    EstimoteBeaconProbe.EstimoteCloudAppToken
    EstimoteBeaconProbe.IndoorLocationUpdateIntervalMS
    EstimoteBeaconProbe.DefaultKeepDeviceAwake
    EstimoteBeaconProbe.DeviceAwakeWarning
    EstimoteBeaconProbe.DeviceAsleepWarning
    EstimoteBeaconProbe.DisplayName
    EstimoteBeaconProbe.DatumType
    ListeningProbe.ProtectedStartAsync()
    ListeningProbe.ProtectedStopAsync()
    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.StartAsync()
    Probe.StoreDatumAsync(Datum, Nullable<CancellationToken>)
    Probe.ProcessDataAsync(CancellationToken)
    Probe.GetParticipation()
    Probe.StopAsync()
    Probe.RestartAsync()
    Probe.TestHealthAsync(List<AnalyticsTrackedEvent>)
    Probe.GetChart()
    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.iOS.Probes.Location
    Assembly: SensusiOS.dll
    Syntax
    public class iOSEstimoteBeaconProbe : EstimoteBeaconProbe, INotifyPropertyChanged, IListeningProbe, IProbe

    Constructors

    iOSEstimoteBeaconProbe()

    Declaration
    public iOSEstimoteBeaconProbe()

    Methods

    InitializeAsync()

    Declaration
    protected override Task InitializeAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    EstimoteBeaconProbe.InitializeAsync()

    StartListeningAsync()

    Declaration
    protected override Task StartListeningAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    ListeningProbe.StartListeningAsync()

    StopListeningAsync()

    Declaration
    protected override Task StopListeningAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    ListeningProbe.StopListeningAsync()

    Implements

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