Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

ErrorCode/CMDCode.h

Committer:
yangcq88517
Date:
2015-02-03
Revision:
0:8e83b9448758
Child:
9:0ce800923eda

File content as of revision 0:8e83b9448758:

#ifndef SmartLab_MuRata_ErrorCode_CMDCode
#define SmartLab_MuRata_ErrorCode_CMDCode

namespace SmartLabMuRata
{
enum CMDCode {
    GEN_NORESPONSE = -1,
    GEN_SUCCESS = 0x00,
    GEN_FAILED = 0x01,
};
}

#endif