Enumeration
    MobiledgeXiOSLibrary.MatchingEngine.FindCloudletMode
public enum FindCloudletMode
Two modes to call FindCloudlet. First is Proximity (default) which finds the nearest cloudlet based on gps location with application instance Second is Performance. This mode will test all cloudlets with application instance deployed to find cloudlet with lowest latency. This mode takes longer to finish because of latency test.
Relationships
Member Of
MobiledgeXiOSLibrary.MatchingEngineMatchingEngine class MobiledgeX MatchingEngine APIs
Enumeration Cases
        PROXIMITY
    
    case PROXIMITY
        PERFORMANCE
    
    case PERFORMANCE
        UNDEFINED
    
    case UNDEFINED