Transport for sending and receiving messages to and from a Python server.
More...
|
| void | SendData (byte[] bytes) |
| |
| void | SubscribeToMessageReceived (int messageType, Action< byte[]> callback) |
| | Subscribe to a message received event, note that only one subscriber can exist for a given message type.
|
| |
Transport for sending and receiving messages to and from a Python server.
◆ SendData()
| void PythonTransport.SendData |
( |
byte[] | bytes | ) |
|
|
inline |
◆ SubscribeToMessageReceived()
| void PythonTransport.SubscribeToMessageReceived |
( |
int | messageType, |
|
|
Action< byte[]> | callback ) |
|
inline |
Subscribe to a message received event, note that only one subscriber can exist for a given message type.
- Parameters
-
◆ Connected
| bool PythonTransport.Connected |
|
get |
The documentation for this class was generated from the following file: