Class HeadingAttribute
A component field that is a heading, sent when it turns past a tolerance (.Heading(comp, selector, bits, toleranceDeg, name)).
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class HeadingAttribute : Attribute
- Inheritance
-
HeadingAttribute
- Inherited Members
Constructors
HeadingAttribute()
public HeadingAttribute()
Properties
Bits
The angle's bits.
public int Bits { get; set; }
Property Value
Name
The wire name; the builder's default (the field's own) when unset.
public string Name { get; set; }
Property Value
ToleranceDeg
The turn below which nothing is sent, degrees.
public double ToleranceDeg { get; set; }