TargetStateAndStatusVersion2Sil Property |
Gets or sets a value indicating the probability of exceeding the NIC containment radius.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte Sil { get; set; }
Public Property Sil As Byte
Get
Set
public:
property unsigned char Sil {
unsigned char get ();
void set (unsigned char value);
}
member Sil : byte with get, set
Property Value
Type:
ByteRemarks This is different to the version 1 SIL but I still don't really care about it. I'll translate the values into
probabilities in a later version of the program.
See Also