Interrupt Property

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

Gets or sets the interrupt mode of the interrupt port.

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

Syntax

'Declaration
Public Property Interrupt As Port.InterruptMode
public Port.InterruptMode Interrupt { get; set; }
public:
property Port::InterruptMode Interrupt {
    Port::InterruptMode get ();
    void set (Port::InterruptMode value);
}
member Interrupt : Port.InterruptMode with get, set
function get Interrupt () : Port..::..InterruptMode
function set Interrupt (value : Port..::..InterruptMode)

Property Value

Type: Microsoft.SPOT.Hardware. . :: . .Port. . :: . .InterruptMode
The interrupt mode of the port.

.NET Framework Security

See Also

Reference

InterruptPort Class

Microsoft.SPOT.Hardware Namespace