共用方式為


HummingBoardDriver.WaitForEvent 方法

定義

封鎖執行,直到收到 eventType 類型的事件或要求取消為止。

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

參數

pinNumber
Int32

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

eventTypes
PinEventTypes

要等候的事件種類。

cancellationToken
CancellationToken

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

傳回

結構,包含等候作業的結果。

適用於