Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.entity
/
Packet
/
Packet
Packet
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
)
(
source
)