AdsbMessageTisbIcaoModeAFlag Property |
Gets or sets the value of the ICAO/Mode-A flag for TIS-B fine-format messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> TisbIcaoModeAFlag { get; set; }
Public Property TisbIcaoModeAFlag As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> TisbIcaoModeAFlag {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member TisbIcaoModeAFlag : Nullable<byte> with get, set
Property Value
Type:
NullableByteRemarks
This is only used on TIS-B fine format messages. It is either zero or one for those
messages. For all other types of message this value is null.
See Also