public void SetSpeed(int no, int spin) { if (cc == null) { return; } if (cc.SendSetSpeed(no, spin) == false) { cc = null; } }