mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
Define reachability statuses
This commit is contained in:
15
OpenVPN Adapter/OpenVPNReachabilityStatus.h
Normal file
15
OpenVPN Adapter/OpenVPNReachabilityStatus.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// OpenVPNReachabilityStatus.h
|
||||
// OpenVPN Adapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 17.07.17.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef NS_ENUM(NSInteger, OpenVPNReachabilityStatus) {
|
||||
OpenVPNReachabilityStatusNotReachable,
|
||||
OpenVPNReachabilityStatusReachableViaWiFi,
|
||||
OpenVPNReachabilityStatusReachableViaWWAN
|
||||
};
|
||||
Reference in New Issue
Block a user