Class SonySerialCommand

java.lang.Object
org.harctoolbox.harchardware.misc.SonySerialCommand

public class SonySerialCommand extends Object
  • Field Details

  • Method Details

    • bytes

      public static byte[] bytes(int n1, int n2, SonySerialCommand.Type sg, int payload)
    • bytes

      public static byte[] bytes(int n1, int n2, SonySerialCommand.Type sg)
    • bytes

      public static byte[] bytes(int n1, int n2, String sg)
    • bytes

      public static byte[] bytes(int n1, int n2)
    • interpret

      public static SonySerialCommand.Command interpret(byte[] data)
    • main

      public static void main(String[] args)