All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mob41.blapi.pkt.cmd.hysen.GenericByteCommand Maven / Gradle / Ivy

The newest version!
package com.github.mob41.blapi.pkt.cmd.hysen;

public class GenericByteCommand extends BaseHysenCommand {

    private final byte[] cmd;

    public GenericByteCommand(byte[] cmd) {
        this.cmd = cmd;
    }

    @Override
    protected byte[] getCmdBytes() {
        return cmd;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy