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

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

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

public class GetBasicInfoCommand extends GenericByteCommand {
    private static byte[] cmd = new byte[] { 0x01, 0x03, 0x00, 0x00, 0x00, 0x08 };

    public GetBasicInfoCommand() {
        super(cmd);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy