Compartilhar via


Pcx857x.WaitForEventAsync(Int32, PinEventTypes, CancellationToken) Método

Definição

Chamada assíncrona até que um evento do tipo eventType seja recebido ou um cancelamento seja solicitado.

protected 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 Overrides Function WaitForEventAsync (pinNumber As Integer, eventTypes As PinEventTypes, cancellationToken As CancellationToken) As ValueTask(Of WaitForEventResult)

Parâmetros

pinNumber
Int32

O número de fixação no esquema de numeração lógica do driver.

eventTypes
PinEventTypes

Os tipos de evento a aguardar.

cancellationToken
CancellationToken

O token de cancelamento de quando a operação deve parar de esperar por um evento.

Retornos

Uma tarefa que representa a operação de obtenção da estrutura que contém o resultado da operação de espera

Aplica-se a