ProxyType

Proxy type.

Enumerations

NoneProxyType
0: Reserved parameter, not supported yet.
UdpProxyType
1: Cloud proxy using UDP protocol, i.e., Force UDP cloud proxy mode. In this mode, the SDK always transmits data via the UDP protocol.
TcpProxyType
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.
LocalProxyType
3: Reserved parameter, not supported yet.
TcpProxyAutoFallbackType
4: Auto mode. In this mode, the SDK first attempts to connect to SD-RTN™. If the connection fails, it automatically switches to TLS 443.