Beispiel #1
0
 public ArmletToServerCommand(ArmletToServerCommands commandId, byte[] data)
 {
     CommandCodeByte = (byte)commandId;
     Data            = data;
 }
Beispiel #2
0
 public ArmletToServerCommand(ArmletToServerCommands commandId, byte[] data)
 {
     CommandCodeByte = (byte) commandId;
     Data = data;
 }