Click or drag to resize

PhysicalParserHasNextRecord Method

Returns true if this parser has not reached the end of the PQDIF file.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public bool HasNextRecord()
View Source

Return Value

Boolean
false if the end of the file has been reached; true otherwise
See Also