|
SampleSampleNumber Property |
The incremental sample number associated with this sample.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public uint SampleNumber { get; }
Public ReadOnly Property SampleNumber As UInteger
Get
public:
property unsigned int SampleNumber {
unsigned int get ();
}
member SampleNumber : uint32 with get
Property Value
Type:
UInt32Remarks The SampleNumber should be incremented sequentially from one sample to the next. This allows
a client process to verify samples are read in the correct order and no readings have been skipped.
See Also