22 lines
633 B
HTML
22 lines
633 B
HTML
{% extends "konami.html" %}
|
|
{% block title %}pcbevent{% endblock %}
|
|
{% block body %}
|
|
<h1><code>pcbevent</code></h1>
|
|
<h2 id="put"><code>pcbevent.put</code></h2>
|
|
<h3>Request:</h3>
|
|
<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>
|
|
<h3>Response:</h3>
|
|
<pre>{% highlight "cxml" %}<response>
|
|
<pcbevent status="??status" />
|
|
</response>{% endhighlight %}</pre>
|
|
{% endblock %} |