AwaitedSendStatus

Outcome of a packet whose caller waited for transport admission and any required routing result.

Entries

Link copied to clipboard

The radio acknowledged the packet, or firmware completed synchronous local-loopback delivery.

Link copied to clipboard

The app rejected the packet before it reached a transport, such as an invalid or duplicate packet ID.

Link copied to clipboard

The transport dispatched the packet, but the radio rejected it.

Link copied to clipboard

No required radio response arrived within the response window after transport admission.

Link copied to clipboard

The queue or owning service scope stopped before the radio answered. Inspect AwaitedSendResult.dispatched before retrying because the transport can stop after admission.

Link copied to clipboard

No transport accepted the bytes, or the send attempt raised an error.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.