示例#1
0
 public async Task StopAllDevicesAsync()
 {
     await ButtplugFFI.SendStopAllDevices(_messageSorter, _clientHandle);
 }
示例#2
0
 public async Task StopAllDevicesAsync()
 {
     await ButtplugFFI.SendStopAllDevices(_messageSorter, _clientHandle, SorterCallbackDelegate, GCHandle.ToIntPtr(_indexHandle));
 }