Class LaserRangeMessage
Laser Range Measurement
Inheritance
LaserRangeMessage
Implements
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
public abstract class LaserRangeMessage : NmeaMessage, IEquatable<NmeaMessage>
Constructors
| Name | Description |
|---|---|
| LaserRangeMessage(string, string[]) | Initializes a new instance of the LaserRangeMessage class. |
Properties
| Name | Description |
|---|---|
| HorizontalAngle | Gets the horizontal angle. |
| HorizontalAngleUnits | Gets the units of the HorizontalAngle value. |
| HorizontalDistance | Gets the horizontal distance. |
| HorizontalDistanceUnits | Gets the units of the HorizontalDistance value. |
| HorizontalVector | Gets the horizontal vector. |
| SlopeDistance | Gets the slope distance. |
| SlopeDistanceUnits | Gets the units of the SlopeDistance value. |
| VerticalAngle | Gets the vertical angle. |
| VerticalAngleUnits | Gets the units of the VerticalAngle value. |
Applies
| Target | Versions |
|---|---|
| .NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
| .NET | main, v3.0 |
| .NET Windows | main, v3.0 |
| .NET Android | main, v3.0 |
| .NET iOS | main, v3.0 |
| .NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
| UWP | main, v3.0, v2.2, v2.1, v2.0 |
| Xamarin.Android | v2.2, v2.1, v2.0 |
| Xamarin.iOS | v2.2, v2.1, v2.0 |