Click or drag to resize
SignalGroupItem Property (Int32)
Returns a signal referenced by position within the group.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public Signal this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the signal to be returned

Return Value

Type: Signal
See Also