private void sendIsFinished(AtCommand cmd) { //active command is done releaseActiveCmd(); //controller can stop now allowStop(); }
public void SendCommand(AtCommand cmd) { cmdQ.Enqueue(cmd); }
private void setActiveCmd(AtCommand cmd) { activeCmd = cmd; isAnyCommandActive = true; }