C# Class BeaconLib.BeaconLocation

Class that represents a discovered beacon
Mostra file Open project: rix0rrr/beacon Class Usage Examples

Public Methods

Method Description
BeaconLocation ( IPEndPoint address, string data, System.DateTime lastAdvertised ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
Equals ( BeaconLocation other ) : bool

Method Details

BeaconLocation() public method

public BeaconLocation ( IPEndPoint address, string data, System.DateTime lastAdvertised ) : System
address System.Net.IPEndPoint
data string
lastAdvertised System.DateTime
return System

Equals() protected method

protected Equals ( BeaconLocation other ) : bool
other BeaconLocation
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string