iSCP - リアルタイムAPI ====================================================================================== リアルタイム通信用エンドポイントへのアクセスAPIを提供します。 .. automodule:: intdash :noindex: Request Methods ---------------- .. warning:: 以下のアクセスオブジェクトは、必ず client の `connect_iscp()` を使用して生成してください。 .. code-block:: python client = intdash.Client(...) conn = await client.connect_iscp() .. autoclass:: ISCPConn(...) :members: Request Params ---------------- .. autoclass:: DownstreamSpec(...) :noindex: .. autoclass:: DataFilter(...) :noindex: .. autoclass:: UpstreamSpec(...) :noindex: