Package ola.proto.Ola

Examples of ola.proto.Ola.RDMResponse


    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);
    }
View Full Code Here

TOP

Related Classes of ola.proto.Ola.RDMResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.