GlitchFilterTime Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets and sets the time of the glitch filter for the debounce circuitry for all GPIO pins.
Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
Syntax
'Declaration
Public Shared Property GlitchFilterTime As TimeSpan
public static TimeSpan GlitchFilterTime { get; set; }
public:
static property TimeSpan GlitchFilterTime {
TimeSpan get ();
void set (TimeSpan value);
}
static member GlitchFilterTime : TimeSpan with get, set
static function get GlitchFilterTime () : TimeSpan
static function set GlitchFilterTime (value : TimeSpan)
Property Value
Type: System. . :: . .TimeSpan
The time of the glitch filter for the debounce circuitry for all GPIO pins.
Remarks
This setting affects all of the GPIO pins in the system. The default value for this property is 7.68 ms.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.