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

com.neuronrobotics.sdk.commands.bcs.pid.GetPIDChannelCountCommand Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
package com.neuronrobotics.sdk.commands.bcs.pid;

import com.neuronrobotics.sdk.common.BowlerAbstractCommand;
import com.neuronrobotics.sdk.common.BowlerMethod;

// TODO: Auto-generated Javadoc
/**
 * The Class GetPIDChannelCountCommand.
 */
public class GetPIDChannelCountCommand extends BowlerAbstractCommand {

	/**
	 * Instantiates a new gets the pid channel count command.
	 */
	public GetPIDChannelCountCommand(){
		setOpCode("gpdc");
		setMethod(BowlerMethod.GET);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy