2022-04-11 18:27:15 +00:00
|
|
|
{% extends "konami.html" %}
|
2021-12-29 01:41:21 +00:00
|
|
|
{% block title %}pcbevent{% endblock %}
|
2021-12-28 20:54:12 +00:00
|
|
|
{% block body %}
|
|
|
|
<h1><code>pcbevent</code></h1>
|
|
|
|
<h2 id="put"><code>pcbevent.put</code></h2>
|
|
|
|
<h3>Request:</h3>
|
2021-12-28 22:29:33 +00:00
|
|
|
<pre>{% highlight "cxml" %}<call ...>
|
|
|
|
<pcbevent method="put">
|
|
|
|
<time __type="time" />
|
|
|
|
<seq __type="u32" />
|
|
|
|
<item[]>
|
|
|
|
<name __type="str" />
|
|
|
|
<value __type="s32" />
|
|
|
|
<time __type="time" />
|
|
|
|
</item[]>
|
|
|
|
</pcbevent>
|
|
|
|
</call>{% endhighlight %}</pre>
|
2021-12-28 20:54:12 +00:00
|
|
|
<h3>Response:</h3>
|
2021-12-28 22:29:33 +00:00
|
|
|
<pre>{% highlight "cxml" %}<response>
|
|
|
|
<pcbevent status="??status" />
|
|
|
|
</response>{% endhighlight %}</pre>
|
2021-12-28 20:54:12 +00:00
|
|
|
{% endblock %}
|