Package ola.proto.Ola

Examples of ola.proto.Ola.PatchPortRequest


     * @param universe number
     * @return true when succeeded.
     */
    public boolean patchPort(int device, int port, PatchAction action, int universe) {

        PatchPortRequest patchRequest = PatchPortRequest.newBuilder()
                .setPortId(port)
                .setAction(action)
                .setDeviceAlias(device)
                .setUniverse(universe)
                .setIsOutput(true)
View Full Code Here

TOP

Related Classes of ola.proto.Ola.PatchPortRequest

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.