Swift Rest SDK Documentation Beta

Enumeration Mobiledge​XiOSLibrary.​Performance​Metrics.​Net​Test.​Test​Type

public enum TestType

TestType is either PING or CONNECT, where PING is ICMP Ping (not implemented) and CONNECT is is actually setting up a connection and then disconnecting immediately.

Member Of

MobiledgeXiOSLibrary.PerformanceMetrics.NetTest

Class that allows developers to easily test latency of their various backend servers. This is used in the implementation of FindCloudlet Performance Mode.

Enumeration Cases

PING

case PING

CONNECT

case CONNECT