|   | EventButtonPolarity Enumeration | 
        
        
        
            Describes the polarity of the BioRadio event button. The default is ActiveHigh.
            
         
        Namespace: GLNeuroTech.Devices.BioRadio.ConfigurationAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
 Syntax
Syntaxpublic enum EventButtonPolarity
Public Enumeration EventButtonPolarity
public enum class EventButtonPolarity
 Members
Members|  | Member name | Value | Description | 
|---|
|  | ActiveHigh | 0 | The button is Active High. Its unpressed state will generate a 0 and its pressed state is represented by a 1. | 
|  | ActiveLow | 1 | The button is Active Low. Its unpressed state will generate a 1 and its pressed state is represented by a 0. | 
 See Also
See Also