|
MIP_SDK
v4.0.0
MicroStrain Communications Library for embedded systems
|
Functions for inspecting a MIP field. More...
Functions | |
| uint8_t | mip::C::mip_field_descriptor_set (const mip_field_view *field) |
| Returns the descriptor set of the packet containing this field._. More... | |
| uint8_t | mip::C::mip_field_field_descriptor (const mip_field_view *field) |
| Returns the field descriptor. More... | |
| uint8_t | mip::C::mip_field_payload_length (const mip_field_view *field) |
| Returns the length of the payload. More... | |
| uint8_t | mip::C::mip_field_total_length (const mip_field_view *field) |
| Returns the total length of the field including the header. More... | |
| const uint8_t * | mip::C::mip_field_payload (const mip_field_view *field) |
| Returns the payload pointer for the field data. More... | |
| bool | mip::C::mip_field_is_valid (const mip_field_view *field) |
| Returns true if the field has a valid field descriptor. More... | |
| uint8_t mip::C::mip_field_descriptor_set | ( | const mip_field_view * | field | ) |
| uint8_t mip::C::mip_field_field_descriptor | ( | const mip_field_view * | field | ) |
| uint8_t mip::C::mip_field_payload_length | ( | const mip_field_view * | field | ) |
| uint8_t mip::C::mip_field_total_length | ( | const mip_field_view * | field | ) |
| const uint8_t * mip::C::mip_field_payload | ( | const mip_field_view * | field | ) |
| bool mip::C::mip_field_is_valid | ( | const mip_field_view * | field | ) |
1.8.17