Exemple #1
0
 public BayerCommand(AstmAscii command) : this(new byte[] { (byte)command })
 {
 }
Exemple #2
0
 public AstmStart(AstmAscii command) : this(new byte[] { (byte)command })
 {
 }