XmodemPacket

data class XmodemPacket(val packet: XModem) : MeshEvent(source)

An XModem file-transfer frame arrived from the device.

Used by firmware-update and file-transfer flows. Hosts drive the transfer by replying with RadioClient.sendRaw(ToRadio(xmodemPacket = …)).

Since

0.2.0

Constructors

Link copied to clipboard
constructor(packet: XModem)

Properties

Link copied to clipboard
val packet: XModem

the wire XModem frame