FX3ConnectionNumFramesPurged Property |
Read-only property to get the number of bad frames purged with a call to PurgeBadFrameData. Frames are purged when the CRC appended to the end of
the frame does not match the expected CRC.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic long NumFramesPurged { get; }
Public ReadOnly Property NumFramesPurged As Long
Get
public:
property long long NumFramesPurged {
long long get ();
}
member NumFramesPurged : int64 with get
Return Value
Type:
Int64Number of frames purged from data array
See Also