findPacketsWithId

abstract suspend fun findPacketsWithId(packetId: Int): List<DataPacket>(source)

Finds all packets matching a specific packet ID.