Exemplo n.º 1
0
 public void Channelcast(uint id, byte messageCode, byte[] bytes)
 {
     connection.SendBytes(Relay.Channelcast(id, messageCode, bytes));
 }
Exemplo n.º 2
0
 public void Channelcast(uint id, int header, string content)
 {
     connection.Send(Relay.Channelcast(id, header.ToString(), content));
 }