FileInfoReceived

data class FileInfoReceived(val info: FileInfo) : MeshEvent(source)

The device announced a file in its on-device filesystem (sent during the handshake or after file operations).

Since

0.2.0

Constructors

Link copied to clipboard
constructor(info: FileInfo)

Properties

Link copied to clipboard
val info: FileInfo

the wire FileInfo