FX3ConnectionGetNumBuffersRead Property |
Read-only property to get the number of buffers read in from the DUT in buffered streaming mode
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic long GetNumBuffersRead { get; }
Public ReadOnly Property GetNumBuffersRead As Long
Get
public:
property long long GetNumBuffersRead {
long long get ();
}
member GetNumBuffersRead : int64 with get
Return Value
Type:
Int64The current buffer read count
See Also