MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Functions
Mip Field Accessors

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...
 

Detailed Description

Functions for inspecting a MIP field.

Function Documentation

◆ mip_field_descriptor_set()

uint8_t mip::C::mip_field_descriptor_set ( const mip_field_view field)

Returns the descriptor set of the packet containing this field._.

◆ mip_field_field_descriptor()

uint8_t mip::C::mip_field_field_descriptor ( const mip_field_view field)

Returns the field descriptor.

◆ mip_field_is_valid()

bool mip::C::mip_field_is_valid ( const mip_field_view field)

Returns true if the field has a valid field descriptor.

◆ mip_field_payload()

const uint8_t * mip::C::mip_field_payload ( const mip_field_view field)

Returns the payload pointer for the field data.

◆ mip_field_payload_length()

uint8_t mip::C::mip_field_payload_length ( const mip_field_view field)

Returns the length of the payload.