Expand description

Commands sent to the device and their responses

This module contains structs that can be serialized into commands being sent to the device. Each command implements the UnaryCommand trait which specifies the response type as an associated type.

It’s typical to use the [roundtrip] method in order to send the command to a transport and obtained its parsed response.

Structs

A contiguous view of floats read from the device

A gain between the minimum and maximum allowed values

0x13: Write an integer value

Enums

Constants

Maximum number of floats that can be read in a single command

Traits

Memory views can be extended with multiple contiguous reads

Types that can be read from a contiguous memory representation

Parsable response type