firm newest

Dependencies:   MTS-Serial libmDot-dev-mbed5-deprecated

CommandTerminal/CmdDeviceClass.h

Committer:
nguyenhoang9x5555
Date:
2018-10-22
Revision:
1:c1c6549b9333
Parent:
0:3c869a8cb8f8

File content as of revision 1:c1c6549b9333:

/*
 * CmdDeviceClass.h
 *
 *  Created on: Nov 9, 2015
 *      Author: jreiss
 */

#ifndef CMDDEVICECLASS_H_
#define CMDDEVICECLASS_H_

#include "Command.h"

class CmdDeviceClass: public Command {
    public:
        CmdDeviceClass();
        virtual ~CmdDeviceClass();
        static uint32_t action(std::vector<std::string> args);
        static bool verify(std::vector<std::string> args);

    private:
        

};

#endif /* CMDDEVICECLASS_H_ */