assertTrue(client.sendTimeCode(TimeCodeType.TIMECODE_DF, 10, 1, 1, 1));
}
@Test
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);