Enum PamojaCoapReliability
Whether a CoAP request is acknowledged and retried.
public enum PamojaCoapReliability
Fields
Confirmable = 1The request is acknowledged, and retransmitted until an ACK arrives.
NonConfirmable = 0Fire and forget: the request is sent once and not acknowledged.