CHENGQI YANG / SmartLab_MuRata
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WPSMode.h Source File

WPSMode.h

00001 #ifndef SmartLab_MuRata_Type_WPSMode
00002 #define SmartLab_MuRata_Type_WPSMode
00003 
00004 namespace SmartLabMuRata
00005 {
00006 enum WPSMode {
00007     Push_Button = 0x00,
00008     Pin = 0x01,
00009 };
00010 }
00011 
00012 #endif