Port.ResistorMode Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the various port resistor modes.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Enumeration ResistorMode
public enum ResistorMode
public enum class ResistorMode
type ResistorMode
public enum ResistorMode

Members

Member name Description
Disabled A value that disables the resistor functionality.
PullDown A value that enables the resistor functionality in pull-down mode.
PullUp A value that enables the resistor functionality in pull-up mode.

See Also

Reference

Microsoft.SPOT.Hardware Namespace