|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
C24 global-signal ON/OFF request (1618).
More...
#include <types.hpp>
Public Attributes | |
| GlobalSignalTarget | target = GlobalSignalTarget::ReceivedSide |
| Which global signal destination should be controlled. | |
| bool | turn_on = false |
true for ON, false for OFF. | |
| std::uint8_t | station_no = 0 |
Station number encoded in the 1618 specification word. | |
| std::uint8_t mcprotocol::serial::GlobalSignalControlRequest::station_no = 0 |
| GlobalSignalTarget mcprotocol::serial::GlobalSignalControlRequest::target = GlobalSignalTarget::ReceivedSide |
| bool mcprotocol::serial::GlobalSignalControlRequest::turn_on = false |