DataChannel.Send method (1 of 2)
Sends a binary message via this data channel.
public void Send(byte[] data)
parameter | description |
---|---|
data | binary |
See Also
- class DataChannel
- namespace Rainway.SDK
DataChannel.Send method (2 of 2)
Sends a text message via this data channel, by encoding it as UTF-8.
public void Send(string text)
parameter | description |
---|---|
text | message |
See Also
- class DataChannel
- namespace Rainway.SDK