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.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers IConfig.h Source File

IConfig.h

00001 #ifndef SmartLab_MuRata_Config_IConfig
00002 #define SmartLab_MuRata_Config_IConfig
00003 
00004 namespace SmartLabMuRata
00005 {
00006 class IConfig
00007 {
00008     virtual const char * GetValue() = 0;
00009     virtual int GetValueLength() = 0;
00010 };
00011 }
00012 
00013 #endif