#include <commands_base.hpp>
◆ asTuple() [1/2]
auto mip::commands_base::ContinuousBit::Response::asTuple |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_base::ContinuousBit::Response::asTuple |
( |
| ) |
const |
|
inline |
◆ extract()
void mip::commands_base::ContinuousBit::Response::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_base::ContinuousBit::Response::insert |
( |
Serializer & |
serializer | ) |
const |
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_base::ContinuousBit::Response::DESCRIPTOR_SET = ::mip::commands_base::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_base::ContinuousBit::Response::DOC_NAME = "Continuous built-in test Response" |
|
staticconstexpr |
◆ FIELD_DESCRIPTOR
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_base::ContinuousBit::Response::HAS_FUNCTION_SELECTOR = false |
|
staticconstexpr |
◆ NAME
constexpr const char* mip::commands_base::ContinuousBit::Response::NAME = "ContinuousBit::Response" |
|
staticconstexpr |
◆ result
uint8_t mip::commands_base::ContinuousBit::Response::result[16] = {0} |
Parameters.
Device-specific bitfield (128 bits). See device user manual. Bits are least-significant-byte first. For example, bit 0 is located at bit 0 of result[0], bit 1 is located at bit 1 of result[0], bit 8 is located at bit 0 of result[1], and bit 127 is located at bit 7 of result[15].
The documentation for this struct was generated from the following files: