TCLCommand.h 123 B

123456789
  1. #pragma once
  2. #include "serial.h"
  3. class TCLCommand :public CBaseSerial
  4. {
  5. public:
  6. TCLCommand(void);
  7. ~TCLCommand(void);
  8. };