Class for IR beacon location.
More...
|
| BeaconLocation (sbyte location, sbyte distance) |
| Initializes a new instance of the MonoBrickFirmware.IO.IRBeaconLocation class. More...
|
|
|
sbyte | Location [get, set] |
| Gets the location of the beacon ranging from minus to plus increasing clockwise when pointing towards the beacon More...
|
|
sbyte | Distance [get, set] |
| Gets the distance of the beacon in CM (0-100) More...
|
|
Class for IR beacon location.
MonoBrickFirmware.Sensors.BeaconLocation.BeaconLocation |
( |
sbyte |
location, |
|
|
sbyte |
distance |
|
) |
| |
|
inline |
Initializes a new instance of the MonoBrickFirmware.IO.IRBeaconLocation class.
- Parameters
-
location | Location. |
distance | Distance. |
sbyte MonoBrickFirmware.Sensors.BeaconLocation.Distance |
|
getset |
Gets the distance of the beacon in CM (0-100)
The distance to the beacon.
sbyte MonoBrickFirmware.Sensors.BeaconLocation.Location |
|
getset |
Gets the location of the beacon ranging from minus to plus increasing clockwise when pointing towards the beacon
The location of the beacon.
The documentation for this class was generated from the following file: