Skip to content

Commit

Permalink
deploy: 4096728
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 5, 2024
1 parent a796251 commit 28be1cd
Show file tree
Hide file tree
Showing 15 changed files with 1,188 additions and 322 deletions.
36 changes: 18 additions & 18 deletions api/Buttplug.Client.ButtplugClientDevice.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,12 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Buttplug_Client_ButtplugClientDevice_LinearAsync_" data-uid="Buttplug.Client.ButtplugClientDevice.LinearAsync*"></a>
<h4 id="Buttplug_Client_ButtplugClientDevice_LinearAsync_IEnumerable_System_ValueTuple_System_UInt32_System_Double___" data-uid="Buttplug.Client.ButtplugClientDevice.LinearAsync(IEnumerable{System.ValueTuple{System.UInt32,System.Double}})">LinearAsync(IEnumerable&lt;(UInt32, Double)&gt;)</h4>
<h4 id="Buttplug_Client_ButtplugClientDevice_LinearAsync_IEnumerable_Buttplug_Core_Messages_LinearCmd_VectorCommand__" data-uid="Buttplug.Client.ButtplugClientDevice.LinearAsync(IEnumerable{Buttplug.Core.Messages.LinearCmd.VectorCommand})">LinearAsync(IEnumerable&lt;LinearCmd.VectorCommand&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task LinearAsync(IEnumerable&lt;(uint, double)&gt; cmds)</code></pre>
<pre><code class="lang-csharp hljs">public Task LinearAsync(IEnumerable&lt;LinearCmd.VectorCommand&gt; cmds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -410,7 +410,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.valuetuple-2">ValueTuple</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.uint32">UInt32</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;&gt;</td>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="Buttplug.Core.Messages.LinearCmd.VectorCommand.html">LinearCmd.VectorCommand</a>&gt;</td>
<td><span class="parametername">cmds</span></td>
<td></td>
</tr>
Expand Down Expand Up @@ -477,12 +477,12 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Buttplug_Client_ButtplugClientDevice_OscillateAsync_" data-uid="Buttplug.Client.ButtplugClientDevice.OscillateAsync*"></a>
<h4 id="Buttplug_Client_ButtplugClientDevice_OscillateAsync_IEnumerable_System_Double__" data-uid="Buttplug.Client.ButtplugClientDevice.OscillateAsync(IEnumerable{System.Double})">OscillateAsync(IEnumerable&lt;Double&gt;)</h4>
<h4 id="Buttplug_Client_ButtplugClientDevice_OscillateAsync_IEnumerable_Buttplug_Core_Messages_ScalarCmd_ScalarCommand__" data-uid="Buttplug.Client.ButtplugClientDevice.OscillateAsync(IEnumerable{Buttplug.Core.Messages.ScalarCmd.ScalarCommand})">OscillateAsync(IEnumerable&lt;ScalarCmd.ScalarCommand&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task OscillateAsync(IEnumerable&lt;double&gt; cmds)</code></pre>
<pre><code class="lang-csharp hljs">public Task OscillateAsync(IEnumerable&lt;ScalarCmd.ScalarCommand&gt; cmds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -495,7 +495,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;</td>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="Buttplug.Core.Messages.ScalarCmd.ScalarCommand.html">ScalarCmd.ScalarCommand</a>&gt;</td>
<td><span class="parametername">cmds</span></td>
<td></td>
</tr>
Expand All @@ -517,12 +517,12 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Buttplug_Client_ButtplugClientDevice_OscillateAsync_" data-uid="Buttplug.Client.ButtplugClientDevice.OscillateAsync*"></a>
<h4 id="Buttplug_Client_ButtplugClientDevice_OscillateAsync_IEnumerable_System_ValueTuple_System_UInt32_System_Double___" data-uid="Buttplug.Client.ButtplugClientDevice.OscillateAsync(IEnumerable{System.ValueTuple{System.UInt32,System.Double}})">OscillateAsync(IEnumerable&lt;(UInt32, Double)&gt;)</h4>
<h4 id="Buttplug_Client_ButtplugClientDevice_OscillateAsync_IEnumerable_System_Double__" data-uid="Buttplug.Client.ButtplugClientDevice.OscillateAsync(IEnumerable{System.Double})">OscillateAsync(IEnumerable&lt;Double&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task OscillateAsync(IEnumerable&lt;(uint, double)&gt; cmds)</code></pre>
<pre><code class="lang-csharp hljs">public Task OscillateAsync(IEnumerable&lt;double&gt; cmds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -535,7 +535,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.valuetuple-2">ValueTuple</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.uint32">UInt32</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;&gt;</td>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;</td>
<td><span class="parametername">cmds</span></td>
<td></td>
</tr>
Expand Down Expand Up @@ -597,12 +597,12 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Buttplug_Client_ButtplugClientDevice_RotateAsync_" data-uid="Buttplug.Client.ButtplugClientDevice.RotateAsync*"></a>
<h4 id="Buttplug_Client_ButtplugClientDevice_RotateAsync_IEnumerable_System_ValueTuple_System_Double_System_Boolean___" data-uid="Buttplug.Client.ButtplugClientDevice.RotateAsync(IEnumerable{System.ValueTuple{System.Double,System.Boolean}})">RotateAsync(IEnumerable&lt;(Double, Boolean)&gt;)</h4>
<h4 id="Buttplug_Client_ButtplugClientDevice_RotateAsync_IEnumerable_Buttplug_Core_Messages_RotateCmd_RotateCommand__" data-uid="Buttplug.Client.ButtplugClientDevice.RotateAsync(IEnumerable{Buttplug.Core.Messages.RotateCmd.RotateCommand})">RotateAsync(IEnumerable&lt;RotateCmd.RotateCommand&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task RotateAsync(IEnumerable&lt;(double, bool)&gt; cmds)</code></pre>
<pre><code class="lang-csharp hljs">public Task RotateAsync(IEnumerable&lt;RotateCmd.RotateCommand&gt; cmds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -615,7 +615,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.valuetuple-2">ValueTuple</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a>&gt;&gt;</td>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="Buttplug.Core.Messages.RotateCmd.RotateCommand.html">RotateCmd.RotateCommand</a>&gt;</td>
<td><span class="parametername">cmds</span></td>
<td></td>
</tr>
Expand Down Expand Up @@ -825,12 +825,12 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Buttplug_Client_ButtplugClientDevice_VibrateAsync_" data-uid="Buttplug.Client.ButtplugClientDevice.VibrateAsync*"></a>
<h4 id="Buttplug_Client_ButtplugClientDevice_VibrateAsync_IEnumerable_System_Double__" data-uid="Buttplug.Client.ButtplugClientDevice.VibrateAsync(IEnumerable{System.Double})">VibrateAsync(IEnumerable&lt;Double&gt;)</h4>
<h4 id="Buttplug_Client_ButtplugClientDevice_VibrateAsync_IEnumerable_Buttplug_Core_Messages_ScalarCmd_ScalarCommand__" data-uid="Buttplug.Client.ButtplugClientDevice.VibrateAsync(IEnumerable{Buttplug.Core.Messages.ScalarCmd.ScalarCommand})">VibrateAsync(IEnumerable&lt;ScalarCmd.ScalarCommand&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task VibrateAsync(IEnumerable&lt;double&gt; cmds)</code></pre>
<pre><code class="lang-csharp hljs">public Task VibrateAsync(IEnumerable&lt;ScalarCmd.ScalarCommand&gt; cmds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -843,7 +843,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;</td>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="Buttplug.Core.Messages.ScalarCmd.ScalarCommand.html">ScalarCmd.ScalarCommand</a>&gt;</td>
<td><span class="parametername">cmds</span></td>
<td></td>
</tr>
Expand All @@ -865,12 +865,12 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Buttplug_Client_ButtplugClientDevice_VibrateAsync_" data-uid="Buttplug.Client.ButtplugClientDevice.VibrateAsync*"></a>
<h4 id="Buttplug_Client_ButtplugClientDevice_VibrateAsync_IEnumerable_System_ValueTuple_System_UInt32_System_Double___" data-uid="Buttplug.Client.ButtplugClientDevice.VibrateAsync(IEnumerable{System.ValueTuple{System.UInt32,System.Double}})">VibrateAsync(IEnumerable&lt;(UInt32, Double)&gt;)</h4>
<h4 id="Buttplug_Client_ButtplugClientDevice_VibrateAsync_IEnumerable_System_Double__" data-uid="Buttplug.Client.ButtplugClientDevice.VibrateAsync(IEnumerable{System.Double})">VibrateAsync(IEnumerable&lt;Double&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task VibrateAsync(IEnumerable&lt;(uint, double)&gt; cmds)</code></pre>
<pre><code class="lang-csharp hljs">public Task VibrateAsync(IEnumerable&lt;double&gt; cmds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -883,7 +883,7 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.valuetuple-2">ValueTuple</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.uint32">UInt32</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;&gt;</td>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a>&gt;</td>
<td><span class="parametername">cmds</span></td>
<td></td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions api/Buttplug.Client.ButtplugRemoteJSONConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 id="Buttplug_Client_ButtplugRemoteJSONConnector" data-uid="Buttplug.Client.B
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
<div class="level1"><span class="xref">ButtplugRemoteJSONConnector</span></div>
<div class="level2"><a class="xref" href="Buttplug.Client.Connectors.WebsocketConnector.ButtplugWebsocketConnector.html">ButtplugWebsocketConnector</a></div>
<div class="level2"><a class="xref" href="Buttplug.Client.ButtplugWebsocketConnector.html">ButtplugWebsocketConnector</a></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Buttplug.Client.html">Buttplug.Client</a></h6>
<h6><strong>Assembly</strong>: Buttplug.dll</h6>
Expand Down Expand Up @@ -128,7 +128,7 @@ <h4 id="Buttplug_Client_ButtplugRemoteJSONConnector_PrepareMessage_Buttplug_Core
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected Tuple&lt;string, Task&lt;ButtplugMessage&gt;&gt; PrepareMessage(ButtplugMessage msg)</code></pre>
<pre><code class="lang-csharp hljs">public ReturnMessage PrepareMessage(ButtplugMessage msg)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -157,7 +157,7 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Tuple</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>, <span class="xref">Task</span>&lt;<a class="xref" href="Buttplug.Core.Messages.ButtplugMessage.html">ButtplugMessage</a>&gt;&gt;</td>
<td><a class="xref" href="Buttplug.Client.ReturnMessage.html">ReturnMessage</a></td>
<td></td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 28be1cd

Please sign in to comment.