CHENGQI YANG / SmartLab_MuRata
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WIFIInterface.h Source File

WIFIInterface.h

00001 #ifndef SmartLab_MuRata_Type_WIFIInterface
00002 #define SmartLab_MuRata_Type_WIFIInterface
00003 
00004 namespace SmartLabMuRata
00005 {
00006 enum WIFIInterface {
00007     STA = 0x00,
00008     SoftAP =0x01,
00009 };
00010 }
00011 
00012 #endif