예제 #1
0
 public ValueTask <WaitForEventResult> WaitForEventAsync(int pinNumber, PinEventTypes eventTypes, TimeSpan timeout)
 {
     return(_controller.WaitForEventAsync(pinNumber, eventTypes, timeout));
 }