Write Method

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

Writes a value to the port output.

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

Syntax

'Declaration
Public Sub Write ( _
    state As Boolean _
)
public void Write(
    bool state
)
public:
void Write(
    bool state
)
member Write : 
        state:bool -> unit 
public function Write(
    state : boolean
)

Parameters

.NET Framework Security

See Also

Reference

OutputPort Class

Microsoft.SPOT.Hardware Namespace