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

com.codeminders.ardrone.commands.RefCommand Maven / Gradle / Ivy

The newest version!
package com.codeminders.ardrone.commands;

public class RefCommand extends ATCommand
{
    protected int value;

    protected RefCommand()
    {
        value |= (1 << 18) | (1 << 20)  | (1 << 22)  | (1 << 24)  | (1 << 28) ;
    }

    @Override
    protected String getID()
    {
        return "REF";
    }

    @Override
    protected Object[] getParameters()
    {
        return new Object[] { value };
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy