Package brisa :: Package upnp :: Package services :: Package connmgr :: Module connection_manager
[hide private]
[frames] | no frames]

Module connection_manager

source code

Connection Manager service implementation

Common usage is to just add a ConnectionManagerServer (or ConnectionManagerRenderer) class instance to a device.

Classes [hide private]
  ConnectionManagerServer
  ConnectionManagerRenderer
Variables [hide private]
  service_name = 'ConnectionManager'
  service_type = 'urn:schemas-upnp-org:service:ConnectionManager:1'
  server_scpd_xml_path = os.path.join(xml_path, 'connection-mana...
  renderer_scpd_xml_path = os.path.join(xml_path, 'render-connmg...
Variables Details [hide private]

server_scpd_xml_path

Value:
os.path.join(xml_path, 'connection-manager-scpd.xml')

renderer_scpd_xml_path

Value:
os.path.join(xml_path, 'render-connmgr-scpd.xml')