C# 클래스 BeaconLib.BeaconLocation

Class that represents a discovered beacon
파일 보기 프로젝트 열기: rix0rrr/beacon 1 사용 예제들

공개 메소드들

메소드 설명
BeaconLocation ( IPEndPoint address, string data, System.DateTime lastAdvertised ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( BeaconLocation other ) : bool

메소드 상세

BeaconLocation() 공개 메소드

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

Equals() 보호된 메소드

protected Equals ( BeaconLocation other ) : bool
other BeaconLocation
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string