PROXY_TYPE

Cloud proxy type.

Enumerations

NONE_PROXY_TYPE
(0): Reserved for future use.
UDP_PROXY_TYPE
(1): UDP protocol cloud proxy. Forces the use of UDP cloud proxy mode. In this mode, the SDK always transmits data via UDP.
TCP_PROXY_TYPE
(2): TCP (encrypted) protocol cloud proxy. Forces the use of TCP cloud proxy mode. In this mode, the SDK always transmits data via TCP/TLS 443.
LOCAL_PROXY_TYPE
(3): Reserved for future use.
TCP_PROXY_AUTO_FALLBACK_TYPE
(4): Auto mode. The SDK tries to connect to SD-RTN™ directly. If the connection fails, it automatically switches to TCP/TLS 443.
HTTP_PROXY_TYPE
(5): HTTP proxy.
HTTPS_PROXY_TYPE
(6): HTTPS proxy.