Property | Type | Description | |
---|---|---|---|
CalculateDistance | void | ||
Equals | bool | ||
UpdatePid | void |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Matches ( |
Compares the given beacon to this.
|
|
ToString ( ) : string |
Creates a string representation of this instance consisting of ID1, ID2, ID3 and measured power.
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
CalculateDistance ( int rawSignalStrengthInDBm, int measuredPower ) : void | ||
Equals ( |
||
UpdatePid ( ) : void |
Updated the beacon PID; The ID 1 (without dashes) + 5 digits ID 2 (padded with zeros) + 5 digits ID 3 (padded with zeros).
|
public Matches ( |
||
beacon | The beacon to compare to. | |
return | bool |