![]() |
Bridges-Python 3.5.1
Bridges(Python API)
|
This class is used internally as part of the BRIDGES Game API to set up connections to the BRIDGES Game server. More...
Public Member Functions | |
| __init__ (self, b) | |
| setup_connection (self, user, assignment) | |
| keydown (*args) | |
| keyup (*args) | |
| disconnect (*args) | |
| send_data (self, dataframe, vistype) | |
| close (self) | |
Static Public Member Functions | |
| add_listener (to_add) | |
Public Attributes | |
| bridges | |
Static Protected Attributes | |
| _sio | |
| list | _listeners |
| bool | _verbose |
This class is used internally as part of the BRIDGES Game API to set up connections to the BRIDGES Game server.
Not to be used directly by BRIDGES users directly
| bridges.socket_connection.SocketConnection.__init__ | ( | self, | |
| b | |||
| ) |
|
static |
| bridges.socket_connection.SocketConnection.close | ( | self | ) |
| bridges.socket_connection.SocketConnection.disconnect | ( | * | args | ) |
| bridges.socket_connection.SocketConnection.keydown | ( | * | args | ) |
| bridges.socket_connection.SocketConnection.keyup | ( | * | args | ) |
| bridges.socket_connection.SocketConnection.send_data | ( | self, | |
| dataframe, | |||
| vistype | |||
| ) |
| bridges.socket_connection.SocketConnection.setup_connection | ( | self, | |
| user, | |||
| assignment | |||
| ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
| bridges.socket_connection.SocketConnection.bridges |