MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::commands_rtk::GetIccid |
Functions | |
void | mip::commands_rtk::insert (Serializer &serializer, const GetIccid &self) |
void | mip::commands_rtk::extract (Serializer &serializer, GetIccid &self) |
void | mip::commands_rtk::insert (Serializer &serializer, const GetIccid::Response &self) |
void | mip::commands_rtk::extract (Serializer &serializer, GetIccid::Response &self) |
CmdResult | mip::commands_rtk::getIccid (C::mip_interface &device, char *iccidOut) |
void mip::commands_rtk::extract | ( | Serializer & | serializer, |
GetIccid & | self | ||
) |
void mip::commands_rtk::extract | ( | Serializer & | serializer, |
GetIccid::Response & | self | ||
) |
CmdResult mip::commands_rtk::getIccid | ( | C::mip_interface & | device, |
char * | iccidOut | ||
) |
void mip::commands_rtk::insert | ( | Serializer & | serializer, |
const GetIccid & | self | ||
) |
void mip::commands_rtk::insert | ( | Serializer & | serializer, |
const GetIccid::Response & | self | ||
) |