コード例 #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));
 }