MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
List of all members
mip::C::mip_field_view Struct Reference

A structure representing a MIP field. More...

#include <mip_field.h>

Inheritance diagram for mip::C::mip_field_view:
mip::FieldView

Detailed Description

A structure representing a MIP field.

Use to access fields from a received MIP packet.

This structure references the original packet data and does not contain a copy of the field payload. Therefore, the data buffer must exist as long as there are instances which reference it (even if the field payload itself is not used directly).

Note
This should be considered an "opaque" structure; its members should be considered an internal implementation detail. Avoid accessing them directly as they are subject to change in future versions of this software.

The documentation for this struct was generated from the following file: