Example #1
0
 public byte[] getCommand()
 {
     return(CommandConverter.commandWithTwoBytes(156, distance));
 }
Example #2
0
 public byte[] getCommand()
 {
     return(CommandConverter.commandWithFourBytes(145, velocity, velocity));
 }
 public byte[] getCommand()
 {
     return(CommandConverter.commandWithFourBytes(137, velocity, radius));
 }
Example #4
0
 private byte[] getWaitAngle()
 {
     return(CommandConverter.commandWithTwoBytes(157, angle));
 }