|
SignalGetNextSample Method |
Used to retrieve the next
Sample object in the signal buffer.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public Sample GetNextSample()
Public Function GetNextSample As Sample
public:
Sample^ GetNextSample()
member GetNextSample : unit -> Sample
Return Value
Type:
SampleA
Sample object representing the next reading from the signal buffer.
See Also