UdpPacket

class UdpPacket(val data: ByteArray, val size: Int, val host: String?, val port: Int?)

Created by pedro on 15/7/25.

Constructors

Link copied to clipboard
constructor(data: ByteArray, size: Int, host: String?, port: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
val host: String?
Link copied to clipboard
val port: Int?
Link copied to clipboard
val size: Int