Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CommandID.h
00001 #ifndef SmartLab_MuRata_Type_CommandID 00002 #define SmartLab_MuRata_Type_CommandID 00003 00004 namespace SmartLabMuRata 00005 { 00006 enum CommandID { 00007 NAK = 0x00, 00008 00009 /// <summary> 00010 /// General Management 00011 /// </summary> 00012 CMD_ID_GEN = 0x01, 00013 00014 /// <summary> 00015 /// WIFI API 00016 /// </summary> 00017 CMD_ID_WIFI = 0x50, 00018 00019 /// <summary> 00020 /// SNIC API 00021 /// </summary> 00022 CMD_ID_SNIC = 0x70, 00023 00024 ACK = 0x7F, 00025 }; 00026 } 00027 00028 #endif
Generated on Fri Jul 15 2022 01:02:11 by
1.7.2