Click or drag to resize
EventButtonPolarity Enumeration
Describes the polarity of the BioRadio event button. The default is ActiveHigh.

Namespace: GLNeuroTech.Devices.BioRadio.Configuration
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public enum EventButtonPolarity
Members
  Member nameValueDescription
ActiveHigh0 The button is Active High. Its unpressed state will generate a 0 and its pressed state is represented by a 1.
ActiveLow1 The button is Active Low. Its unpressed state will generate a 1 and its pressed state is represented by a 0.
See Also