Click or drag to resize
ExtractedBytesSignalLevel Property
Gets or sets the signal level passed along with the message, if any. If the signal level is not present then the value is null.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> SignalLevel { get; set; }

Property Value

Type: NullableInt32
See Also