InterruptPort Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the InterruptPort class.
Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
Syntax
'Declaration
Public Sub New ( _
portId As Cpu.Pin, _
glitchFilter As Boolean, _
resistor As Port.ResistorMode, _
interrupt As Port.InterruptMode _
)
public InterruptPort(
Cpu.Pin portId,
bool glitchFilter,
Port.ResistorMode resistor,
Port.InterruptMode interrupt
)
public:
InterruptPort(
Cpu::Pin portId,
bool glitchFilter,
Port::ResistorMode resistor,
Port::InterruptMode interrupt
)
new :
portId:Cpu.Pin *
glitchFilter:bool *
resistor:Port.ResistorMode *
interrupt:Port.InterruptMode -> InterruptPort
public function InterruptPort(
portId : Cpu..::..Pin,
glitchFilter : boolean,
resistor : Port..::..ResistorMode,
interrupt : Port..::..InterruptMode
)
Parameters
- portId
Type: Microsoft.SPOT.Hardware. . :: . .Cpu. . :: . .Pin
The identifier for the interrupt port. If the port with the specified identifier is already in use, an exception is thrown.
- glitchFilter
Type: System. . :: . .Boolean
true if the glitch filter is currently enabled; otherwise, false.
- resistor
Type: Microsoft.SPOT.Hardware. . :: . .Port. . :: . .ResistorMode
The resistor mode that establishes a default state for the port.
- interrupt
Type: Microsoft.SPOT.Hardware. . :: . .Port. . :: . .InterruptMode
The interrupt mode that establishes the requisite conditions for the port to generate an interrupt.
.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.