|
| static async Task | SenderSetupUDP (int streamID, int port, string endpoint) |
| |
|
| Action< int, JObject, byte[]> | OnDataReceived [get, set] |
| | Called when a framed data packet is received. Args: streamId, headers, payload.
|
| |
| Action< string > | OnError [get, set] |
| | Called on errors.
|
| |
◆ ConnectReceiver()
| void Core.CorelinkDataXchgUdpProtocolManager.ConnectReceiver |
( |
string | endpoint, |
|
|
int | port, |
|
|
int | receiverStreamId ) |
|
inline |
◆ ConnectSender()
| void Core.CorelinkDataXchgUdpProtocolManager.ConnectSender |
( |
string | endpoint, |
|
|
int | port ) |
|
inline |
◆ Dispose()
| void Core.CorelinkDataXchgUdpProtocolManager.Dispose |
( |
| ) |
|
|
inline |
◆ SenderSetupUDP()
| static async Task Core.CorelinkDataXchgUdpProtocolManager.SenderSetupUDP |
( |
int | streamID, |
|
|
int | port, |
|
|
string | endpoint ) |
|
inlinestatic |
◆ SendFramed()
| void Core.CorelinkDataXchgUdpProtocolManager.SendFramed |
( |
int | streamId, |
|
|
byte[] | data, |
|
|
string | headerJson = "" ) |
|
inline |
◆ OnDataReceived
| Action<int, JObject, byte[]> Core.CorelinkDataXchgUdpProtocolManager.OnDataReceived |
|
getset |
Called when a framed data packet is received. Args: streamId, headers, payload.
◆ OnError
| Action<string> Core.CorelinkDataXchgUdpProtocolManager.OnError |
|
getset |
The documentation for this class was generated from the following file: