PROXY_TYPE

Proxy types.

Enumerations

NONE_PROXY_TYPE
0: Reserved parameter, not supported yet.
UDP_PROXY_TYPE
1: Cloud proxy using UDP protocol, i.e., Force UDP cloud proxy mode. In this mode, the SDK always transmits data via UDP.
TCP_PROXY_TYPE
2: Cloud proxy using TCP (encrypted) protocol, i.e., Force TCP cloud proxy mode. In this mode, the SDK always transmits data via TLS 443.
LOCAL_PROXY_TYPE
3: Reserved parameter, not supported yet.
TCP_PROXY_AUTO_FALLBACK_TYPE
4: Auto mode. In this mode, the SDK first attempts to connect to SD-RTN™. If it fails, it automatically switches to TLS 443.