|
PhysicalParserHasNextRecord Method
|
Returns true if this parser has not reached the end of the PQDIF file.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public bool HasNextRecord()
Public Function HasNextRecord As Boolean
public:
bool HasNextRecord()
member HasNextRecord : unit -> bool
function HasNextRecord();
View SourceReturn Value
Booleanfalse if the end of the file has been reached;
true otherwise
See Also