共用方式為


GpioPin.GetDriveMode 方法

定義

取得一般用途 I/O (GPIO) 針腳的目前磁片磁碟機模式。 磁片磁碟機模式會指定針腳是否設定為輸入或輸出,並決定如何將值驅動到針腳。

public:
 virtual GpioPinDriveMode GetDriveMode() = GetDriveMode;
GpioPinDriveMode GetDriveMode();
public GpioPinDriveMode GetDriveMode();
function getDriveMode()
Public Function GetDriveMode () As GpioPinDriveMode

傳回

列舉值,表示 GPIO 針腳目前的磁片磁碟機模式。 磁片磁碟機模式會指定針腳是否設定為輸入或輸出,並決定如何將值驅動到針腳。

Windows 需求

應用程式功能
lowLevel

適用於

另請參閱