/// <summary> If self-threaded, stops threads that have been created. </summary> public virtual void stop() { if (myThreaded) { ackCycler.stop(); nonAckCycler.stop(); } }