Table of Contents

Enum PamojaCoapReliability

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

Whether a CoAP request is acknowledged and retried.

public enum PamojaCoapReliability

Fields

Confirmable = 1

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

NonConfirmable = 0

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