AwaitedSendStatus
Outcome of a packet whose caller waited for transport admission and any required routing result.
Entries
Link copied to clipboard
The transport dispatched the packet, but the radio rejected it.
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
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.