共用方式為


Seesaw.ReadGpioInterruptFlags 方法

定義

讀取所有 Gpio 中斷旗標。 讀取時清除任何旗標。

public uint ReadGpioInterruptFlags ();
member this.ReadGpioInterruptFlags : unit -> uint32
Public Function ReadGpioInterruptFlags () As UInteger

傳回

32 位整數,針對前 32 個間隔包含 1 位。如果位設定為 1,則會針對相關聯的 pin 發出中斷訊號。

適用於