Enumeration
MobiledgeXiOSLibrary.PerformanceMetrics
public enum PerformanceMetrics
Namespace for collecting network performance. Contains NetTest and Site classes
Relationships
Member Of
MobiledgeXiOSLibrary
Swift MobiledgeX SDK namespace Used for "namespacing" purposes to prevent naming conflicts from common names (Util, NetworkInterface, etc.)
Nested Types
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.
MobiledgeXiOSLibrary.PerformanceMetrics.Site
Object used by NetTest to test latency of server. Each site object contains the server path or host + port, avg latency, standard deviation, list of latency times, and the 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.