Public Member Functions | |
| override CvMap | build (Decoder decoder) |
| void | read (int cvAddress) |
| void | write (int cvAddress, int value) |
| void | response (Z21Command command) |
| Future< void > | _execute () async |
Public Attributes | |
| final Queue< Z21Command > | _queue = Queue() |
| late final Z21Service | _z21 |
| late final Decoder | _decoder |
| Z21Command | _active |
| int | _cv31 = 0 |
| int | _cv32 = 1 |
|
inline |
|
inline |
|
inline |
|
inline |
| Z21Command Z21Cv::_active |
| int Z21Cv::_cv31 = 0 |
| int Z21Cv::_cv32 = 1 |
| late final Decoder Z21Cv::_decoder |
| final Queue<Z21Command> Z21Cv::_queue = Queue() |
| late final Z21Service Z21Cv::_z21 |