Share via


GetButtonState Method

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

Gets the state of a specified button.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Function GetButtonState ( _
    button As Button _
) As ButtonState
public ButtonState GetButtonState(
    Button button
)
public:
ButtonState GetButtonState(
    Button button
)
member GetButtonState : 
        button:Button -> ButtonState 
public function GetButtonState(
    button : Button
) : ButtonState

Parameters

Return Value

Type: Microsoft.SPOT.Input. . :: . .ButtonState
A value that indicates the current state of the specified button.

.NET Framework Security

See Also

Reference

ButtonDevice Class

Microsoft.SPOT.Input Namespace