MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::commands_base::Ping |
Functions | |
void | mip::commands_base::insert (Serializer &serializer, const Ping &self) |
void | mip::commands_base::extract (Serializer &serializer, Ping &self) |
CmdResult | mip::commands_base::ping (C::mip_interface &device) |
Test Communications with a device.
The Device will respond with an ACK, if present and operating correctly.
If the device is not in a normal operating mode, it may NACK.
void mip::commands_base::extract | ( | Serializer & | serializer, |
Ping & | self | ||
) |
void mip::commands_base::insert | ( | Serializer & | serializer, |
const Ping & | self | ||
) |
CmdResult mip::commands_base::ping | ( | C::mip_interface & | device | ) |