Show / Hide Table of Contents

    Interface IEstimoteBeaconDatum

    Inherited Members
    IDatum.Id
    IDatum.DeviceId
    IDatum.Timestamp
    IDatum.ProtocolId
    IDatum.ParticipantId
    IDatum.DeviceManufacturer
    IDatum.DeviceModel
    IDatum.OperatingSystem
    Namespace: Sensus.Probes.Location
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface IEstimoteBeaconDatum : IDatum

    Properties

    BeaconTag

    Declaration
    string BeaconTag { get; set; }
    Property Value
    Type Description
    System.String

    DistanceMeters

    Declaration
    double DistanceMeters { get; set; }
    Property Value
    Type Description
    System.Double

    EventName

    Declaration
    string EventName { get; set; }
    Property Value
    Type Description
    System.String

    EventSummary

    Declaration
    string EventSummary { get; }
    Property Value
    Type Description
    System.String

    ProximityEvent

    Declaration
    EstimoteBeaconProximityEvent ProximityEvent { get; set; }
    Property Value
    Type Description
    EstimoteBeaconProximityEvent
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX