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