Public Member Functions | List of all members
mycroft.client.enclosure.base.GUIWebsocketHandler Class Reference
Inheritance diagram for mycroft.client.enclosure.base.GUIWebsocketHandler:
Inheritance graph
[legend]

Public Member Functions

def on_close (self)
 
def on_message (self, message)
 
def open (self)
 
def send (self, data)
 
def send_message (self, message)
 
def write_message (self, arg, kwarg)
 

Detailed Description

The socket pipeline between Qt and Mycroft

Definition at line 567 of file base.py.

Member Function Documentation

def mycroft.client.enclosure.base.GUIWebsocketHandler.on_close (   self)

Definition at line 621 of file base.py.

def mycroft.client.enclosure.base.GUIWebsocketHandler.on_message (   self,
  message 
)

Definition at line 575 of file base.py.

def mycroft.client.enclosure.base.GUIWebsocketHandler.open (   self)

Definition at line 572 of file base.py.

def mycroft.client.enclosure.base.GUIWebsocketHandler.send (   self,
  data 
)
Send the given data across the socket as JSON

Args:
    data (dict): Data to transmit

Definition at line 612 of file base.py.

def mycroft.client.enclosure.base.GUIWebsocketHandler.send_message (   self,
  message 
)

Definition at line 605 of file base.py.

def mycroft.client.enclosure.base.GUIWebsocketHandler.write_message (   self,
  arg,
  kwarg 
)
Wraps WebSocketHandler.write_message() with a lock. 

Definition at line 600 of file base.py.


The documentation for this class was generated from the following file:


mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:40