|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
What one Kübler register access was asked to do. More...
#include <somanet_procedures.h>
Public Attributes | |
| uint8_t | address = 0 |
| Which register; no default, so a request must name one. | |
| uint8_t | length = 1 |
| Width in bytes, 1 to 4. Must match the register's real width. | |
| bool | write = false |
Write value rather than read. | |
| uint32_t | value = 0 |
| The value to write; ignored when reading. | |
What one Kübler register access was asked to do.
| uint8_t mm::node::KueblerRegisterRequest::address = 0 |
Which register; no default, so a request must name one.
| uint8_t mm::node::KueblerRegisterRequest::length = 1 |
Width in bytes, 1 to 4. Must match the register's real width.
| uint32_t mm::node::KueblerRegisterRequest::value = 0 |
The value to write; ignored when reading.
| bool mm::node::KueblerRegisterRequest::write = false |
Write value rather than read.