次の方法で共有


GpioDriver.WaitForEvent(Int32, PinEventTypes, CancellationToken) メソッド

定義

eventType 型のイベントが受信されるか、取り消しが要求されるまで、実行をブロックします。

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

パラメーター

pinNumber
Int32

ドライバーの論理番号付けスキームのピン番号。

eventTypes
PinEventTypes

待機するイベントの種類。

cancellationToken
CancellationToken

操作がイベントの待機を停止する必要がある場合のキャンセル トークン。

戻り値

待機中の操作の結果を格納する 構造体。

適用対象