FirstModulAR 0.1.0
Loading...
Searching...
No Matches
PythonTransport Class Reference

Transport for sending and receiving messages to and from a Python server. More...

Inheritance diagram for PythonTransport:

Public Member Functions

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.
 

Properties

bool Connected [get]
 

Detailed Description

Transport for sending and receiving messages to and from a Python server.

Member Function Documentation

◆ 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
messageType
callback

Property Documentation

◆ Connected

bool PythonTransport.Connected
get

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