Frontend  0.0.0
Loading...
Searching...
No Matches
WsOtaService Class Reference
Inheritance diagram for WsOtaService:
Collaboration diagram for WsOtaService:

Public Member Functions

 WsOtaService (String domain)
 
override void write (Uint8List chunk)
 

Public Attributes

late final WebSocketChannel _channel
 
override Future< void > get ready => _channel.ready
 
override Stream< Uint8List > get stream => _channel.stream.cast<Uint8List>()
 
- Public Attributes inherited from OtaService
Future< void > get ready
 
Stream< Uint8List > get stream
 

Additional Inherited Members

- Static Public Attributes inherited from OtaService
static const int ack = 0x06
 
static const int nak = 0x15
 

Constructor & Destructor Documentation

◆ WsOtaService()

WsOtaService::WsOtaService ( String domain)
inline

Member Function Documentation

◆ write()

override void WsOtaService::write ( Uint8List chunk)
inline

Member Data Documentation

◆ _channel

late final WebSocketChannel WsOtaService::_channel

◆ ready

override Future<void> get WsOtaService::ready => _channel.ready

◆ stream

override Stream<Uint8List> get WsOtaService::stream => _channel.stream.cast<Uint8List>()

The documentation for this class was generated from the following file: