MIP_SDK
latest-2-g34f3e39
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... | |
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... | |
Functions for inspecting a MIP field.
uint8_t mip::C::mip_field_descriptor_set | ( | const mip_field_view * | field | ) |
Returns the descriptor set of the packet containing this field._.
uint8_t mip::C::mip_field_field_descriptor | ( | const mip_field_view * | field | ) |
Returns the field descriptor.
bool mip::C::mip_field_is_valid | ( | const mip_field_view * | field | ) |
Returns true if the field has a valid field descriptor.
const uint8_t * mip::C::mip_field_payload | ( | const mip_field_view * | field | ) |
Returns the payload pointer for the field data.
uint8_t mip::C::mip_field_payload_length | ( | const mip_field_view * | field | ) |
Returns the length of the payload.