|
MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Functions for handling MIP packets. More...

Modules | |
| Packet Building [C] | |
| Functions for building new MIP packets. | |
| Accessors - Functions for accessing information about an existing MIP packet. | |
Classes | |
| struct | mip::C::mip_packet |
| Structure representing a MIP Packet. More... | |
Typedefs | |
| typedef uint_least16_t | mip::C::packet_length |
| Type used for the length of a MIP packet. More... | |
| typedef struct mip::C::mip_packet | mip::C::mip_packet |
| Structure representing a MIP Packet. More... | |
Functions for handling MIP packets.
A MIP Packet is represented by the mip_packet struct.
| typedef struct mip::C::mip_packet mip::C::mip_packet |
Structure representing a MIP Packet.
Use to inspect received packets or construct new ones.
| typedef uint_least16_t mip::C::packet_length |
Type used for the length of a MIP packet.