|
SignalGetRawValues Method (Int32) |
Enumerates over raw values 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 IEnumerable<long> GetRawValues(
int count
)
Public Function GetRawValues (
count As Integer
) As IEnumerable(Of Long)
public:
IEnumerable<long long>^ GetRawValues(
int count
)
member GetRawValues :
count : int -> IEnumerable<int64>
Parameters
- count
- Type: SystemInt32
The number of values to read. Must be less than the total ReadingsAvailable
Return Value
Type:
IEnumerableInt64An enumerator object of long values
Exceptions See Also