共用方式為


GpioPin.Read 方法

定義

讀取一般用途 I/O (GPIO) 針腳的目前值。

public:
 virtual GpioPinValue Read() = Read;
GpioPinValue Read();
public GpioPinValue Read();
function read()
Public Function Read () As GpioPinValue

傳回

GPIO 針腳的目前值。 如果針腳設定為輸出,則此值是寫入釘選的最後一個值。

Windows 需求

應用程式功能
lowLevel

適用於

另請參閱