MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x01,0x03) Get Device Info [C]
Collaboration diagram for (0x01,0x03) Get Device Info [C]:

Classes

struct  mip::C::mip_base_get_device_info_response
 

Typedefs

typedef struct mip_base_get_device_info_response mip::C::mip_base_get_device_info_response
 

Functions

void mip::C::insert_mip_base_get_device_info_response (struct mip_serializer *serializer, const mip_base_get_device_info_response *self)
 
void mip::C::extract_mip_base_get_device_info_response (struct mip_serializer *serializer, mip_base_get_device_info_response *self)
 
mip_cmd_result mip::C::mip_base_get_device_info (struct mip_interface *device, mip_base_device_info *device_info_out)
 

Detailed Description

Get the device ID strings and firmware version number.

Typedef Documentation

◆ mip_base_get_device_info_response

Function Documentation

◆ extract_mip_base_get_device_info_response()

void mip::C::extract_mip_base_get_device_info_response ( struct mip_serializer serializer,
mip_base_get_device_info_response self 
)

◆ insert_mip_base_get_device_info_response()

void mip::C::insert_mip_base_get_device_info_response ( struct mip_serializer serializer,
const mip_base_get_device_info_response self 
)

◆ mip_base_get_device_info()

mip_cmd_result mip::C::mip_base_get_device_info ( struct mip_interface device,
mip_base_device_info device_info_out 
)