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.dao
/
PacketDao
/
getPacketsByPacketIdsAndContact
get
Packets
By
Packet
Ids
And
Contact
abstract
suspend
fun
getPacketsByPacketIdsAndContact
(
packetIds
:
List
<
Int
>
,
contactKey
:
String
)
:
List
<
PacketEntity
>
(
source
)