Exemplo n.º 1
0
 protected override async Task Set(DeviceCommandInformation information)
 {
     try
     {
         await _buttplugAdapter.Set(Device, information);
     }
     catch (Exception e)
     {
         Debug.WriteLine(e.Message);
         OnDisconnected(e);
     }
 }
Exemplo n.º 2
0
 protected override async Task Set(DeviceCommandInformation information)
 {
     await _buttplugAdapter.Set(_device, information);
 }