Esempio n. 1
0
 public JcRobotNetworking(ConnectionType type, OnCommandRecieve onCommandRecieve = null)
 {
     connectionType        = type;
     this.onCommandRecieve = onCommandRecieve;
     //Commands = new Dictionary<byte, byte>();
     //Commands.Add(0,ReceivedMessage);
 }
Esempio n. 2
0
 public R2D2Connection(ConnectionType type, OnCommandRecieve onCommandRecieve = null)
 {
     connectionType        = type;
     this.onCommandRecieve = onCommandRecieve;
 }
Esempio n. 3
0
 public JcRobotNetworking(ConnectionType type, OnCommandRecieve onCommandRecieve = null)
 {
     connectionType        = type;
     this.onCommandRecieve = onCommandRecieve;
 }