Click or drag to resize

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)
Syntax
public long NumFramesPurged { get; }

Return Value

Type: Int64
Number of frames purged from data array
See Also