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