|
VirtualDeviceAdapterEndOfFileReached Property |
Indicates when the end of the input file has been reached and there is no more data to feed to the device.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public bool EndOfFileReached { get; }
Public ReadOnly Property EndOfFileReached As Boolean
Get
public:
property bool EndOfFileReached {
bool get ();
}
member EndOfFileReached : bool with get
Property Value
Type:
BooleanSee Also