IStatisticsFailedChecksumMessages Property |
Gets or sets the number of messages that had a bad checksum.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax long FailedChecksumMessages { get; set; }
Property FailedChecksumMessages As Long
Get
Set
property long long FailedChecksumMessages {
long long get ();
void set (long long value);
}
abstract FailedChecksumMessages : int64 with get, set
Property Value
Type:
Int64Remarks
This will only be of interest with radios that apply a checksum to their messages, e.g. the SBS-3.
See Also