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