共用方式為


HummingBoardDriver.WaitForEventAsync 方法

定義

非同步呼叫,直到收到 eventType 類型的事件或要求取消為止。

protected internal override System.Threading.Tasks.ValueTask<System.Device.Gpio.WaitForEventResult> WaitForEventAsync (int pinNumber, System.Device.Gpio.PinEventTypes eventTypes, System.Threading.CancellationToken cancellationToken);
override this.WaitForEventAsync : int * System.Device.Gpio.PinEventTypes * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.Device.Gpio.WaitForEventResult>
Protected Friend Overrides Function WaitForEventAsync (pinNumber As Integer, eventTypes As PinEventTypes, cancellationToken As CancellationToken) As ValueTask(Of WaitForEventResult)

參數

pinNumber
Int32

驅動程式邏輯編號配置中的針腳編號。

eventTypes
PinEventTypes

要等候的事件種類。

cancellationToken
CancellationToken

作業何時應該停止等候事件的解除標記。

傳回

表示取得結構之作業的工作,其中包含等候作業的結果

適用於