Packet

data class Packet(val uuid: Long, val myNodeNum: Int, val port_num: Int, val contact_key: String, val received_time: Long, val read: Boolean, val data: DataPacket, val packetId: Int = 0, var routingError: Int = -1, val snr: Float = 0.0f, val rssi: Int = 0, val hopsAway: Int = -1, val sfpp_hash: ByteString? = null, val filtered: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(uuid: Long, myNodeNum: Int, port_num: Int, contact_key: String, received_time: Long, read: Boolean, data: DataPacket, packetId: Int = 0, routingError: Int = -1, snr: Float = 0.0f, rssi: Int = 0, hopsAway: Int = -1, sfpp_hash: ByteString? = null, filtered: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rssi: Int
Link copied to clipboard
val sfpp_hash: ByteString?
Link copied to clipboard
val snr: Float
Link copied to clipboard
val uuid: Long