write abstract method
The Packet sequence index describes the current sequence for fragmented payloads. The first fragment index is 0x00 and increased in following packets.
Implementation
Future<List<Uint8List>> write(ByteDataWriter writer);
The Packet sequence index describes the current sequence for fragmented payloads. The first fragment index is 0x00 and increased in following packets.
Future<List<Uint8List>> write(ByteDataWriter writer);