pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable ReliabilityConst

    Reliability: {
        Confirmable: coap.ReliabilityName;
        NonConfirmable: coap.ReliabilityName;
    }

    Whether a request is acknowledged and retried.

    Provided as a runtime object plus a matching string-union type, so it works as both a value and a type annotation. Each value carries the contract's own type, so it is assignable wherever the generated binding takes the enum.

    Type Declaration

    • ReadonlyConfirmable: coap.ReliabilityName

      The request is acknowledged, and retransmitted until an ACK arrives.

    • ReadonlyNonConfirmable: coap.ReliabilityName

      Fire and forget: the request is sent once and not acknowledged.