Outgoing Transfer Info
data class OutgoingTransferInfo(val id: Int, val name: String, val uri: Uri, val toHost: InetAddress, val status: AppServer.Status = Status.PENDING, val size: Int, val transferred: Int = 0)
Constructors
Link copied to clipboard
constructor(id: Int, name: String, uri: Uri, toHost: InetAddress, status: AppServer.Status = Status.PENDING, size: Int, transferred: Int = 0)