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