Click or drag to resize
TransitionSensitivity Enumeration
Indicates the transition sensitivity for the BioRadio event marker button.

Namespace: GLNeuroTech.Devices.BioRadio.Configuration
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public enum TransitionSensitivity
Members
  Member nameValueDescription
Edge0 Edge transition is used. The channel generates momentary pulses on each press and release.
Level1 Level transition is used. The channel reports the state of the button.
Remarks
Edge will generate a brief pulse transition whenever a press or release is detected. A quick press of the button could generate two edges and thus two pulses. Level will report the state of the button, based on the EventButtonPolarity setting.
See Also