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 DHCPMode.h Source File

DHCPMode.h

00001 #ifndef SmartLab_MuRata_Type_DHCPMode
00002 #define SmartLab_MuRata_Type_DHCPMode
00003 
00004 namespace SmartLabMuRata
00005 {
00006 enum DHCPMode {
00007     static_IP = 0x00,
00008     dynamic_IP = 0x01,
00009     soft_AP = 0x02,
00010 };
00011 }
00012 
00013 #endif