|
| static const int | ack = 0x06 |
| static const int | nak = 0x15 |
◆ WsMduService()
| WsMduService::WsMduService |
( |
String | domain, |
|
|
String | unencodedPath ) |
|
inline |
◆ call()
| override void WsMduService::call |
( |
MduCommand | command | ) |
|
|
inline |
◆ _channel
| late final WebSocketChannel WsMduService::_channel |
◆ _stream
| late final Stream<Uint8List> WsMduService::_stream |
◆ closeCode
| override int get WsMduService::closeCode => _channel.closeCode |
◆ closeReason
| override String get WsMduService::closeReason => closeCode != null ? 'Timeout' : null |
◆ ready
| override Future<void> get WsMduService::ready => _channel.ready |
◆ stream
| override Stream<Uint8List> get WsMduService::stream => _stream |
The documentation for this class was generated from the following file: