OutputPort Constructor (Cpu.Pin, Boolean)

[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 OutputPort class.

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

Syntax

'Declaration
Public Sub New ( _
    portId As Cpu.Pin, _
    initialState As Boolean _
)
public OutputPort(
    Cpu.Pin portId,
    bool initialState
)
public:
OutputPort(
    Cpu::Pin portId, 
    bool initialState
)
new : 
        portId:Cpu.Pin * 
        initialState:bool -> OutputPort
public function OutputPort(
    portId : Cpu..::..Pin, 
    initialState : boolean
)

Parameters

.NET Framework Security

See Also

Reference

OutputPort Class

OutputPort Overload

Microsoft.SPOT.Hardware Namespace