ModeSMessageSensitivityLevel Property |
Gets or sets the ACAS sensitivity level from the SL field of the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> SensitivityLevel { get; set; }
Public Property SensitivityLevel As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> SensitivityLevel {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member SensitivityLevel : Nullable<byte> with get, set
Property Value
Type:
NullableByteSee Also