MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x01,0x03) Get Device Info

Get the device ID strings and firmware version number. More...

Classes

struct  mip::C::mip_base_get_device_info_response
 

Typedefs

typedef struct mip_base_get_device_info_command mip::C::mip_base_get_device_info_command
 No parameters (empty struct not allowed in C) More...
 
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 (microstrain_serializer *serializer, const mip_base_get_device_info_response *self)
 
void mip::C::extract_mip_base_get_device_info_response (microstrain_serializer *serializer, mip_base_get_device_info_response *self)
 
mip_cmd_result mip::C::mip_base_get_device_info (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_command

No parameters (empty struct not allowed in C)

◆ 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 ( microstrain_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 ( microstrain_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 ( mip_interface device,
mip_base_device_info device_info_out 
)