sendAdminAwaitResult
abstract suspend fun sendAdminAwaitResult(destNum: Int, requestId: Int = generatePacketId(), wantResponse: Boolean = false, initFn: () -> AdminMessage): AwaitedSendResult(source)
Detailed form of sendAdminAwait, including whether an active transport admitted the packet. Queue or transport rejection is represented by a non-accepted AwaitedSendResult with dispatched == false; it is not reported as PacketQueueRejectedException.