Exemple #1
0
 public async Task StopScanningAsync()
 {
     await ButtplugFFI.SendStopScanning(_messageSorter, _clientHandle);
 }
 public async Task StopScanningAsync()
 {
     IsScanning = false;
     await ButtplugFFI.SendStopScanning(_messageSorter, _clientHandle, SorterCallbackDelegate, GCHandle.ToIntPtr(_indexHandle));
 }