|
override void | readCv (int cvAddress) async |
|
override void | writeCv (int cvAddress, int byte) async |
|
override void | eraseZpp () async |
|
override void | writeZpp (int address, Uint8List chunk) async |
|
override void | features () async |
|
override void | exit (int flags) async |
|
override void | encrypt () |
|
|
final | _controller = StreamController<Uint8List>() |
|
override Future< void > get | ready => Future.delayed(const Duration(seconds: 1)) |
|
override Stream< Uint8List > get | stream => _controller.stream |
|
Future< void > get | ready |
|
Stream< Uint8List > get | stream |
|
|
static const int | ack = 0x06 |
|
static const int | nak = 0x15 |
|
◆ encrypt()
override void FakeZusiService::encrypt |
( |
| ) |
|
|
inline |
◆ eraseZpp()
override void FakeZusiService::eraseZpp |
( |
| ) |
|
|
inline |
◆ exit()
override void FakeZusiService::exit |
( |
int | flags | ) |
|
|
inline |
◆ features()
override void FakeZusiService::features |
( |
| ) |
|
|
inline |
◆ readCv()
override void FakeZusiService::readCv |
( |
int | cvAddress | ) |
|
|
inline |
◆ writeCv()
override void FakeZusiService::writeCv |
( |
int | cvAddress, |
|
|
int | byte ) |
|
inline |
◆ writeZpp()
override void FakeZusiService::writeZpp |
( |
int | address, |
|
|
Uint8List | chunk ) |
|
inline |
◆ _controller
final FakeZusiService::_controller = StreamController<Uint8List>() |
◆ ready
override Future<void> get FakeZusiService::ready => Future.delayed(const Duration(seconds: 1)) |
◆ stream
override Stream<Uint8List> get FakeZusiService::stream => _controller.stream |
The documentation for this class was generated from the following file: