Show / Hide Table of Contents

    Class EstimoteBeacon

    Inheritance
    System.Object
    EstimoteBeacon
    Namespace: Sensus.Probes.Location
    Assembly: SensusAndroid.dll
    Syntax
    public class EstimoteBeacon : Object

    Constructors

    EstimoteBeacon(String, Double, String)

    Declaration
    public EstimoteBeacon(string tag, double proximityMeters, string eventName)
    Parameters
    Type Name Description
    System.String tag
    System.Double proximityMeters
    System.String eventName

    Properties

    EventName

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

    ProximityMeters

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

    Tag

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX