| AircraftOperationalStatusMessageSil Property  | 
            Gets or sets the source integrity level code.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<byte> Sil { get; set; }Public Property Sil As Nullable(Of Byte)
	Get
	Set
public:
property Nullable<unsigned char> Sil {
	Nullable<unsigned char> get ();
	void set (Nullable<unsigned char> value);
}member Sil : Nullable<byte> with get, set
Property Value
Type: 
NullableByte
RemarksI don't bother decoding this, it is just the raw value from the message.
See Also