MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Functions
(0x01,0x02) Set Idle [CPP]
Collaboration diagram for (0x01,0x02) Set Idle [CPP]:

Classes

struct  mip::commands_base::SetIdle
 

Functions

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

Detailed Description

Turn off all device data streams.

The Device will respond with an ACK, if present and operating correctly. This command will suspend streaming (if enabled) or wake the device from sleep (if sleeping) to allow it to respond to status and setup commands. You may restore the device mode by issuing the Resume command.

Function Documentation

◆ extract()

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

◆ insert()

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

◆ setIdle()

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