outboundPackets

fun outboundPackets(): List<MeshPacket>(source)

Decoded view of every outbound MeshPacket sent by the engine since connect. Strips the 4-byte stream-framing header and re-decodes each Frame into a ToRadio envelope, then surfaces packets that targeted ADMIN_APP / TELEMETRY_APP / ROUTING_APP / NEIGHBORINFO_APP.

Used by Phase 2 RPC tests to assert that the AdminApi / TelemetryApi / RoutingApi impls actually emitted the expected packets onto the wire.