Click or drag to resize
AdsbMessageTisbIcaoModeAFlag Property
Gets or sets the value of the ICAO/Mode-A flag for TIS-B fine-format messages.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<byte> TisbIcaoModeAFlag { get; set; }

Property Value

Type: NullableByte
Remarks
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