MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Functions
(0x01,0x7E) Soft Reset [CPP]
Collaboration diagram for (0x01,0x7E) Soft Reset [CPP]:

Classes

struct  mip::commands_base::SoftReset
 

Functions

void mip::commands_base::insert (Serializer &serializer, const SoftReset &self)
 
void mip::commands_base::extract (Serializer &serializer, SoftReset &self)
 
CmdResult mip::commands_base::softReset (C::mip_interface &device)
 

Detailed Description

Resets the device.

Device responds with ACK and immediately resets.

Function Documentation

◆ extract()

void mip::commands_base::extract ( Serializer serializer,
SoftReset self 
)

◆ insert()

void mip::commands_base::insert ( Serializer serializer,
const SoftReset self 
)

◆ softReset()

CmdResult mip::commands_base::softReset ( C::mip_interface device)