C# Class BeaconLib.BeaconLocation

Class that represents a discovered beacon
Afficher le fichier Open project: rix0rrr/beacon Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( BeaconLocation other ) : bool

Method Details

BeaconLocation() public méthode

public BeaconLocation ( IPEndPoint address, string data, System.DateTime lastAdvertised ) : System
address System.Net.IPEndPoint
data string
lastAdvertised System.DateTime
Résultat System

Equals() protected méthode

protected Equals ( BeaconLocation other ) : bool
other BeaconLocation
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string