예제 #1
0
 /// <summary>
 /// Check to see if the Trezor is connected to the device
 /// </summary>
 public Task <bool> GetIsConnectedAsync()
 {
     return(_HidDevice.GetIsConnectedAsync());
 }