Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CLOUD_PROXY_TYPE

since

v3.3.1

The cloud proxy type.

Index

Enumeration members

Enumeration members

NONE_PROXY

NONE_PROXY: = 0

0: The automatic mode. In this mode, the SDK attempts a direct connection to SD-RTN™ and automatically switches to TLS 443 if the attempt fails. As of v3.7.0, the SDK has this mode enabled by default.

TCP_PROXY

TCP_PROXY: = 2

2: The cloud proxy for the TCP (encryption) protocol, that is, the Force TCP cloud proxy mode. In this mode, the SDK always transmits data over TLS 443.

since

v3.7.0

UDP_PROXY

UDP_PROXY: = 1

1: The cloud proxy for the UDP protocol, that is, the Force UDP cloud proxy mode. In this mode, the SDK always transmits data over UDP.