Interface IEstimoteBeaconDatum
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