149150151152153154155156157
public void testSendRDMCommand() { UID id = UID.newBuilder() .setDeviceId(1) .setEstaId(9) .build(); RDMResponse reply = client.sendRDMCommand(id, 0, 0, false, false, 0, new short[] {1,2,3}); assertNotNull(reply); System.out.println(reply); }