MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Typedefs | Functions
(0x01,0x02) Set Idle

Turn off all device data streams. More...

Typedefs

typedef struct mip_base_set_idle_command mip::C::mip_base_set_idle_command
 No parameters (empty struct not allowed in C) More...
 

Functions

mip_cmd_result mip::C::mip_base_set_idle (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.

Typedef Documentation

◆ mip_base_set_idle_command

No parameters (empty struct not allowed in C)

Function Documentation

◆ mip_base_set_idle()

mip_cmd_result mip::C::mip_base_set_idle ( mip_interface device)