Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 744 Bytes

cii-server.rst

File metadata and controls

35 lines (24 loc) · 744 Bytes
.. py:module:: dvbcss.protocol.server.cii

CSS-CII Servers

Module: dvbcss.protocol.server.cii

.. automodule:: dvbcss.protocol.server.cii
   :noindex:

.. autoclass:: CIIServer
   :members:
   :exclude-members: cii
   :inherited-members:

   .. autoinstanceattribute:: cii
      :annotation:

   .. autoinstanceattribute:: handler
      :annotation:

      Handler class for new connections.

      When mounting the CII server with cherrypy, include in the config dict a key 'tools.dvb_cii.handler_cls' with this handler class as the value.