InitialState Property

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

Gets the initial value for the output port after it is activated.

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

Syntax

'Declaration
Public ReadOnly Property InitialState As Boolean
public bool InitialState { get; }
public:
property bool InitialState {
    bool get ();
}
member InitialState : bool
function get InitialState () : boolean

Property Value

Type: System. . :: . .Boolean
The initial value for the output port after it is activated.

Remarks

This initial value is provided by the initialState parameter in the OutputPort constructor.

.NET Framework Security

See Also

Reference

OutputPort Class

Microsoft.SPOT.Hardware Namespace