SystemConfiguration Changes for Swift
SystemConfiguration
Removed SCDynamicStoreContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
Removed SCNetworkConnectionContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
Removed SCNetworkReachabilityContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
Removed SCPreferencesContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
Removed kSCNetworkConnectionConnected
Removed kSCNetworkConnectionConnecting
Removed kSCNetworkConnectionDisconnected
Removed kSCNetworkConnectionDisconnecting
Removed kSCNetworkConnectionInvalid
Removed kSCNetworkConnectionPPPAuthenticating
Removed kSCNetworkConnectionPPPConnected
Removed kSCNetworkConnectionPPPConnectingLink
Removed kSCNetworkConnectionPPPDialOnTraffic
Removed kSCNetworkConnectionPPPDisconnected
Removed kSCNetworkConnectionPPPDisconnectingLink
Removed kSCNetworkConnectionPPPHoldingLinkOff
Removed kSCNetworkConnectionPPPInitializing
Removed kSCNetworkConnectionPPPNegotiatingLink
Removed kSCNetworkConnectionPPPNegotiatingNetwork
Removed kSCNetworkConnectionPPPSuspended
Removed kSCNetworkConnectionPPPTerminating
Removed kSCNetworkConnectionPPPWaitingForCallBack
Removed kSCNetworkConnectionPPPWaitingForRedial
Removed kSCNetworkReachabilityFlagsConnectionAutomatic
Removed kSCNetworkReachabilityFlagsConnectionOnDemand
Removed kSCNetworkReachabilityFlagsConnectionOnTraffic
Removed kSCNetworkReachabilityFlagsConnectionRequired
Removed kSCNetworkReachabilityFlagsInterventionRequired
Removed kSCNetworkReachabilityFlagsIsDirect
Removed kSCNetworkReachabilityFlagsIsLocalAddress
Removed kSCNetworkReachabilityFlagsReachable
Removed kSCNetworkReachabilityFlagsTransientConnection
Removed kSCPreferencesNotificationApply
Removed kSCPreferencesNotificationCommit
Removed SCNetworkConnectionPPPStatus
Removed SCNetworkConnectionStatus
Removed SCNetworkReachabilityFlags
Removed SCPreferencesNotification
Added SCDynamicStoreContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release: ((UnsafePointer<Void>) -> Void)?, copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
Added SCNetworkConnectionContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release: ((UnsafePointer<Void>) -> Void)?, copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
Added SCNetworkReachabilityContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release: ((UnsafePointer<Void>) -> Void)?, copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
Added SCNetworkReachabilityFlags.init(rawValue: UInt32)
Added SCPreferencesContext.init(version: CFIndex, info: UnsafeMutablePointer<Void>, retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release: ((UnsafePointer<Void>) -> Void)?, copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
Added SCPreferencesNotification.init(rawValue: UInt32)
Modified SCDynamicStoreContext [struct]
| Declaration | |
|---|---|
| From | struct SCDynamicStoreContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>
var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>
var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
} |
| To | struct SCDynamicStoreContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?
var release: ((UnsafePointer<Void>) -> Void)?
var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release release: ((UnsafePointer<Void>) -> Void)?, copyDescription copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
} |
| Declaration | |
|---|---|
| From | var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)> |
| To | var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)? |
Modified SCDynamicStoreContext.release
| Declaration | |
|---|---|
| From | var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)> |
| To | var release: ((UnsafePointer<Void>) -> Void)? |
Modified SCDynamicStoreContext.retain
| Declaration | |
|---|---|
| From | var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)> |
| To | var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)? |
Modified SCNetworkConnectionContext [struct]
| Declaration | |
|---|---|
| From | struct SCNetworkConnectionContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>
var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>
var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
} |
| To | struct SCNetworkConnectionContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?
var release: ((UnsafePointer<Void>) -> Void)?
var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release release: ((UnsafePointer<Void>) -> Void)?, copyDescription copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
} |
| Declaration | |
|---|---|
| From | var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)> |
| To | var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)? |
Modified SCNetworkConnectionContext.release
| Declaration | |
|---|---|
| From | var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)> |
| To | var release: ((UnsafePointer<Void>) -> Void)? |
Modified SCNetworkConnectionContext.retain
| Declaration | |
|---|---|
| From | var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)> |
| To | var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)? |
| Declaration | |
|---|---|
| From | struct SCNetworkReachabilityContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>
var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>
var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
} |
| To | struct SCNetworkReachabilityContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?
var release: ((UnsafePointer<Void>) -> Void)?
var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release release: ((UnsafePointer<Void>) -> Void)?, copyDescription copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
} |
| Declaration | |
|---|---|
| From | var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)> |
| To | var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)? |
Modified SCNetworkReachabilityContext.release
| Declaration | |
|---|---|
| From | var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)> |
| To | var release: ((UnsafePointer<Void>) -> Void)? |
Modified SCNetworkReachabilityContext.retain
| Declaration | |
|---|---|
| From | var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)> |
| To | var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)? |
Modified SCPreferencesContext [struct]
| Declaration | |
|---|---|
| From | struct SCPreferencesContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>
var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>
var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)>, release release: CFunctionPointer<((UnsafePointer<Void>) -> Void)>, copyDescription copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)>)
} |
| To | struct SCPreferencesContext {
var version: CFIndex
var info: UnsafeMutablePointer<Void>
var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?
var release: ((UnsafePointer<Void>) -> Void)?
var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?
init()
init(version version: CFIndex, info info: UnsafeMutablePointer<Void>, retain retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)?, release release: ((UnsafePointer<Void>) -> Void)?, copyDescription copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)?)
} |
Modified SCPreferencesContext.copyDescription
| Declaration | |
|---|---|
| From | var copyDescription: CFunctionPointer<((UnsafePointer<Void>) -> Unmanaged<CFString>!)> |
| To | var copyDescription: ((UnsafePointer<Void>) -> Unmanaged<CFString>)? |
Modified SCPreferencesContext.release
| Declaration | |
|---|---|
| From | var release: CFunctionPointer<((UnsafePointer<Void>) -> Void)> |
| To | var release: ((UnsafePointer<Void>) -> Void)? |
Modified SCPreferencesContext.retain
| Declaration | |
|---|---|
| From | var retain: CFunctionPointer<((UnsafePointer<Void>) -> UnsafePointer<Void>)> |
| To | var retain: ((UnsafePointer<Void>) -> UnsafePointer<Void>)? |
Modified kCFErrorDomainSystemConfiguration
| Declaration | |
|---|---|
| From | let kCFErrorDomainSystemConfiguration: CFString! |
| To | let kCFErrorDomainSystemConfiguration: CFString |
Modified kSCBondStatusDeviceAggregationStatus
| Declaration | |
|---|---|
| From | let kSCBondStatusDeviceAggregationStatus: CFString! |
| To | let kSCBondStatusDeviceAggregationStatus: CFString |
Modified kSCBondStatusDeviceCollecting
| Declaration | |
|---|---|
| From | let kSCBondStatusDeviceCollecting: CFString! |
| To | let kSCBondStatusDeviceCollecting: CFString |
Modified kSCBondStatusDeviceDistributing
| Declaration | |
|---|---|
| From | let kSCBondStatusDeviceDistributing: CFString! |
| To | let kSCBondStatusDeviceDistributing: CFString |
Modified kSCCompAnyRegex
| Declaration | |
|---|---|
| From | let kSCCompAnyRegex: CFString! |
| To | let kSCCompAnyRegex: CFString |
Modified kSCCompGlobal
| Declaration | |
|---|---|
| From | let kSCCompGlobal: CFString! |
| To | let kSCCompGlobal: CFString |
Modified kSCCompHostNames
| Declaration | |
|---|---|
| From | let kSCCompHostNames: CFString! |
| To | let kSCCompHostNames: CFString |
Modified kSCCompInterface
| Declaration | |
|---|---|
| From | let kSCCompInterface: CFString! |
| To | let kSCCompInterface: CFString |
Modified kSCCompNetwork
| Declaration | |
|---|---|
| From | let kSCCompNetwork: CFString! |
| To | let kSCCompNetwork: CFString |
Modified kSCCompService
| Declaration | |
|---|---|
| From | let kSCCompService: CFString! |
| To | let kSCCompService: CFString |
Modified kSCCompSystem
| Declaration | |
|---|---|
| From | let kSCCompSystem: CFString! |
| To | let kSCCompSystem: CFString |
Modified kSCCompUsers
| Declaration | |
|---|---|
| From | let kSCCompUsers: CFString! |
| To | let kSCCompUsers: CFString |
Modified kSCDynamicStoreDomainFile
| Declaration | |
|---|---|
| From | let kSCDynamicStoreDomainFile: CFString! |
| To | let kSCDynamicStoreDomainFile: CFString |
Modified kSCDynamicStoreDomainPlugin
| Declaration | |
|---|---|
| From | let kSCDynamicStoreDomainPlugin: CFString! |
| To | let kSCDynamicStoreDomainPlugin: CFString |
Modified kSCDynamicStoreDomainPrefs
| Declaration | |
|---|---|
| From | let kSCDynamicStoreDomainPrefs: CFString! |
| To | let kSCDynamicStoreDomainPrefs: CFString |
Modified kSCDynamicStoreDomainSetup
| Declaration | |
|---|---|
| From | let kSCDynamicStoreDomainSetup: CFString! |
| To | let kSCDynamicStoreDomainSetup: CFString |
Modified kSCDynamicStoreDomainState
| Declaration | |
|---|---|
| From | let kSCDynamicStoreDomainState: CFString! |
| To | let kSCDynamicStoreDomainState: CFString |
Modified kSCDynamicStorePropNetInterfaces
| Declaration | |
|---|---|
| From | let kSCDynamicStorePropNetInterfaces: CFString! |
| To | let kSCDynamicStorePropNetInterfaces: CFString |
| Declaration | |
|---|---|
| From | let kSCDynamicStorePropNetPrimaryInterface: CFString! |
| To | let kSCDynamicStorePropNetPrimaryInterface: CFString |
Modified kSCDynamicStorePropNetPrimaryService
| Declaration | |
|---|---|
| From | let kSCDynamicStorePropNetPrimaryService: CFString! |
| To | let kSCDynamicStorePropNetPrimaryService: CFString |
Modified kSCDynamicStorePropNetServiceIDs
| Declaration | |
|---|---|
| From | let kSCDynamicStorePropNetServiceIDs: CFString! |
| To | let kSCDynamicStorePropNetServiceIDs: CFString |
Modified kSCDynamicStorePropSetupCurrentSet
| Declaration | |
|---|---|
| From | let kSCDynamicStorePropSetupCurrentSet: CFString! |
| To | let kSCDynamicStorePropSetupCurrentSet: CFString |
Modified kSCDynamicStorePropSetupLastUpdated
| Declaration | |
|---|---|
| From | let kSCDynamicStorePropSetupLastUpdated: CFString! |
| To | let kSCDynamicStorePropSetupLastUpdated: CFString |
Modified kSCDynamicStoreUseSessionKeys
| Declaration | |
|---|---|
| From | let kSCDynamicStoreUseSessionKeys: CFString! |
| To | let kSCDynamicStoreUseSessionKeys: CFString |
Modified kSCEntNet6to4
| Declaration | |
|---|---|
| From | let kSCEntNet6to4: CFString! |
| To | let kSCEntNet6to4: CFString |
Modified kSCEntNetAirPort
| Declaration | |
|---|---|
| From | let kSCEntNetAirPort: CFString! |
| To | let kSCEntNetAirPort: CFString |
Modified kSCEntNetDHCP
| Declaration | |
|---|---|
| From | let kSCEntNetDHCP: CFString! |
| To | let kSCEntNetDHCP: CFString |
Modified kSCEntNetDNS
| Declaration | |
|---|---|
| From | let kSCEntNetDNS: CFString! |
| To | let kSCEntNetDNS: CFString |
Modified kSCEntNetEthernet
| Declaration | |
|---|---|
| From | let kSCEntNetEthernet: CFString! |
| To | let kSCEntNetEthernet: CFString |
Modified kSCEntNetFireWire
| Declaration | |
|---|---|
| From | let kSCEntNetFireWire: CFString! |
| To | let kSCEntNetFireWire: CFString |
Modified kSCEntNetInterface
| Declaration | |
|---|---|
| From | let kSCEntNetInterface: CFString! |
| To | let kSCEntNetInterface: CFString |
Modified kSCEntNetIPSec
| Declaration | |
|---|---|
| From | let kSCEntNetIPSec: CFString! |
| To | let kSCEntNetIPSec: CFString |
Modified kSCEntNetIPv4
| Declaration | |
|---|---|
| From | let kSCEntNetIPv4: CFString! |
| To | let kSCEntNetIPv4: CFString |
Modified kSCEntNetIPv6
| Declaration | |
|---|---|
| From | let kSCEntNetIPv6: CFString! |
| To | let kSCEntNetIPv6: CFString |
Modified kSCEntNetL2TP
| Declaration | |
|---|---|
| From | let kSCEntNetL2TP: CFString! |
| To | let kSCEntNetL2TP: CFString |
Modified kSCEntNetLink
| Declaration | |
|---|---|
| From | let kSCEntNetLink: CFString! |
| To | let kSCEntNetLink: CFString |
Modified kSCEntNetModem
| Declaration | |
|---|---|
| From | let kSCEntNetModem: CFString! |
| To | let kSCEntNetModem: CFString |
Modified kSCEntNetPPP
| Declaration | |
|---|---|
| From | let kSCEntNetPPP: CFString! |
| To | let kSCEntNetPPP: CFString |
Modified kSCEntNetPPPoE
| Declaration | |
|---|---|
| From | let kSCEntNetPPPoE: CFString! |
| To | let kSCEntNetPPPoE: CFString |
Modified kSCEntNetPPPSerial
| Declaration | |
|---|---|
| From | let kSCEntNetPPPSerial: CFString! |
| To | let kSCEntNetPPPSerial: CFString |
Modified kSCEntNetPPTP
| Declaration | |
|---|---|
| From | let kSCEntNetPPTP: CFString! |
| To | let kSCEntNetPPTP: CFString |
Modified kSCEntNetProxies
| Declaration | |
|---|---|
| From | let kSCEntNetProxies: CFString! |
| To | let kSCEntNetProxies: CFString |
Modified kSCEntNetSMB
| Declaration | |
|---|---|
| From | let kSCEntNetSMB: CFString! |
| To | let kSCEntNetSMB: CFString |
Modified kSCEntUsersConsoleUser
| Declaration | |
|---|---|
| From | let kSCEntUsersConsoleUser: CFString! |
| To | let kSCEntUsersConsoleUser: CFString |
Modified kSCNetworkInterfaceIPv4
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceIPv4: SCNetworkInterface! |
| To | let kSCNetworkInterfaceIPv4: SCNetworkInterface |
Modified kSCNetworkInterfaceType6to4
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceType6to4: CFString! |
| To | let kSCNetworkInterfaceType6to4: CFString |
Modified kSCNetworkInterfaceTypeBluetooth
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeBluetooth: CFString! |
| To | let kSCNetworkInterfaceTypeBluetooth: CFString |
Modified kSCNetworkInterfaceTypeBond
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeBond: CFString! |
| To | let kSCNetworkInterfaceTypeBond: CFString |
Modified kSCNetworkInterfaceTypeEthernet
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeEthernet: CFString! |
| To | let kSCNetworkInterfaceTypeEthernet: CFString |
Modified kSCNetworkInterfaceTypeFireWire
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeFireWire: CFString! |
| To | let kSCNetworkInterfaceTypeFireWire: CFString |
Modified kSCNetworkInterfaceTypeIEEE80211
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeIEEE80211: CFString! |
| To | let kSCNetworkInterfaceTypeIEEE80211: CFString |
Modified kSCNetworkInterfaceTypeIPSec
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeIPSec: CFString! |
| To | let kSCNetworkInterfaceTypeIPSec: CFString |
Modified kSCNetworkInterfaceTypeIPv4
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeIPv4: CFString! |
| To | let kSCNetworkInterfaceTypeIPv4: CFString |
Modified kSCNetworkInterfaceTypeIrDA
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeIrDA: CFString! |
| To | let kSCNetworkInterfaceTypeIrDA: CFString |
Modified kSCNetworkInterfaceTypeL2TP
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeL2TP: CFString! |
| To | let kSCNetworkInterfaceTypeL2TP: CFString |
Modified kSCNetworkInterfaceTypeModem
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeModem: CFString! |
| To | let kSCNetworkInterfaceTypeModem: CFString |
Modified kSCNetworkInterfaceTypePPP
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypePPP: CFString! |
| To | let kSCNetworkInterfaceTypePPP: CFString |
Modified kSCNetworkInterfaceTypePPTP
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypePPTP: CFString! |
| To | let kSCNetworkInterfaceTypePPTP: CFString |
Modified kSCNetworkInterfaceTypeSerial
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeSerial: CFString! |
| To | let kSCNetworkInterfaceTypeSerial: CFString |
Modified kSCNetworkInterfaceTypeVLAN
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeVLAN: CFString! |
| To | let kSCNetworkInterfaceTypeVLAN: CFString |
Modified kSCNetworkInterfaceTypeWWAN
| Declaration | |
|---|---|
| From | let kSCNetworkInterfaceTypeWWAN: CFString! |
| To | let kSCNetworkInterfaceTypeWWAN: CFString |
Modified kSCNetworkProtocolTypeDNS
| Declaration | |
|---|---|
| From | let kSCNetworkProtocolTypeDNS: CFString! |
| To | let kSCNetworkProtocolTypeDNS: CFString |
Modified kSCNetworkProtocolTypeIPv4
| Declaration | |
|---|---|
| From | let kSCNetworkProtocolTypeIPv4: CFString! |
| To | let kSCNetworkProtocolTypeIPv4: CFString |
Modified kSCNetworkProtocolTypeIPv6
| Declaration | |
|---|---|
| From | let kSCNetworkProtocolTypeIPv6: CFString! |
| To | let kSCNetworkProtocolTypeIPv6: CFString |
Modified kSCNetworkProtocolTypeProxies
| Declaration | |
|---|---|
| From | let kSCNetworkProtocolTypeProxies: CFString! |
| To | let kSCNetworkProtocolTypeProxies: CFString |
Modified kSCNetworkProtocolTypeSMB
| Declaration | |
|---|---|
| From | let kSCNetworkProtocolTypeSMB: CFString! |
| To | let kSCNetworkProtocolTypeSMB: CFString |
Modified kSCPrefCurrentSet
| Declaration | |
|---|---|
| From | let kSCPrefCurrentSet: CFString! |
| To | let kSCPrefCurrentSet: CFString |
Modified kSCPrefNetworkServices
| Declaration | |
|---|---|
| From | let kSCPrefNetworkServices: CFString! |
| To | let kSCPrefNetworkServices: CFString |
Modified kSCPrefSets
| Declaration | |
|---|---|
| From | let kSCPrefSets: CFString! |
| To | let kSCPrefSets: CFString |
Modified kSCPrefSystem
| Declaration | |
|---|---|
| From | let kSCPrefSystem: CFString! |
| To | let kSCPrefSystem: CFString |
Modified kSCPropInterfaceName
| Declaration | |
|---|---|
| From | let kSCPropInterfaceName: CFString! |
| To | let kSCPropInterfaceName: CFString |
Modified kSCPropMACAddress
| Declaration | |
|---|---|
| From | let kSCPropMACAddress: CFString! |
| To | let kSCPropMACAddress: CFString |
Modified kSCPropNet6to4Relay
| Declaration | |
|---|---|
| From | let kSCPropNet6to4Relay: CFString! |
| To | let kSCPropNet6to4Relay: CFString |
Modified kSCPropNetDNSDomainName
| Declaration | |
|---|---|
| From | let kSCPropNetDNSDomainName: CFString! |
| To | let kSCPropNetDNSDomainName: CFString |
Modified kSCPropNetDNSOptions
| Declaration | |
|---|---|
| From | let kSCPropNetDNSOptions: CFString! |
| To | let kSCPropNetDNSOptions: CFString |
Modified kSCPropNetDNSSearchDomains
| Declaration | |
|---|---|
| From | let kSCPropNetDNSSearchDomains: CFString! |
| To | let kSCPropNetDNSSearchDomains: CFString |
Modified kSCPropNetDNSSearchOrder
| Declaration | |
|---|---|
| From | let kSCPropNetDNSSearchOrder: CFString! |
| To | let kSCPropNetDNSSearchOrder: CFString |
Modified kSCPropNetDNSServerAddresses
| Declaration | |
|---|---|
| From | let kSCPropNetDNSServerAddresses: CFString! |
| To | let kSCPropNetDNSServerAddresses: CFString |
Modified kSCPropNetDNSServerPort
| Declaration | |
|---|---|
| From | let kSCPropNetDNSServerPort: CFString! |
| To | let kSCPropNetDNSServerPort: CFString |
Modified kSCPropNetDNSServerTimeout
| Declaration | |
|---|---|
| From | let kSCPropNetDNSServerTimeout: CFString! |
| To | let kSCPropNetDNSServerTimeout: CFString |
Modified kSCPropNetDNSSortList
| Declaration | |
|---|---|
| From | let kSCPropNetDNSSortList: CFString! |
| To | let kSCPropNetDNSSortList: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetDNSSupplementalMatchDomains: CFString! |
| To | let kSCPropNetDNSSupplementalMatchDomains: CFString |
Modified kSCPropNetDNSSupplementalMatchOrders
| Declaration | |
|---|---|
| From | let kSCPropNetDNSSupplementalMatchOrders: CFString! |
| To | let kSCPropNetDNSSupplementalMatchOrders: CFString |
Modified kSCPropNetEthernetMediaOptions
| Declaration | |
|---|---|
| From | let kSCPropNetEthernetMediaOptions: CFString! |
| To | let kSCPropNetEthernetMediaOptions: CFString |
Modified kSCPropNetEthernetMediaSubType
| Declaration | |
|---|---|
| From | let kSCPropNetEthernetMediaSubType: CFString! |
| To | let kSCPropNetEthernetMediaSubType: CFString |
Modified kSCPropNetEthernetMTU
| Declaration | |
|---|---|
| From | let kSCPropNetEthernetMTU: CFString! |
| To | let kSCPropNetEthernetMTU: CFString |
Modified kSCPropNetInterfaceDeviceName
| Declaration | |
|---|---|
| From | let kSCPropNetInterfaceDeviceName: CFString! |
| To | let kSCPropNetInterfaceDeviceName: CFString |
Modified kSCPropNetInterfaceHardware
| Declaration | |
|---|---|
| From | let kSCPropNetInterfaceHardware: CFString! |
| To | let kSCPropNetInterfaceHardware: CFString |
Modified kSCPropNetInterfaces
| Declaration | |
|---|---|
| From | let kSCPropNetInterfaces: CFString! |
| To | let kSCPropNetInterfaces: CFString |
Modified kSCPropNetInterfaceSubType
| Declaration | |
|---|---|
| From | let kSCPropNetInterfaceSubType: CFString! |
| To | let kSCPropNetInterfaceSubType: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetInterfaceSupportsModemOnHold: CFString! |
| To | let kSCPropNetInterfaceSupportsModemOnHold: CFString |
Modified kSCPropNetInterfaceType
| Declaration | |
|---|---|
| From | let kSCPropNetInterfaceType: CFString! |
| To | let kSCPropNetInterfaceType: CFString |
Modified kSCPropNetIPSecAuthenticationMethod
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecAuthenticationMethod: CFString! |
| To | let kSCPropNetIPSecAuthenticationMethod: CFString |
Modified kSCPropNetIPSecConnectTime
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecConnectTime: CFString! |
| To | let kSCPropNetIPSecConnectTime: CFString |
Modified kSCPropNetIPSecLocalCertificate
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecLocalCertificate: CFString! |
| To | let kSCPropNetIPSecLocalCertificate: CFString |
Modified kSCPropNetIPSecLocalIdentifier
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecLocalIdentifier: CFString! |
| To | let kSCPropNetIPSecLocalIdentifier: CFString |
Modified kSCPropNetIPSecLocalIdentifierType
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecLocalIdentifierType: CFString! |
| To | let kSCPropNetIPSecLocalIdentifierType: CFString |
Modified kSCPropNetIPSecRemoteAddress
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecRemoteAddress: CFString! |
| To | let kSCPropNetIPSecRemoteAddress: CFString |
Modified kSCPropNetIPSecSharedSecret
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecSharedSecret: CFString! |
| To | let kSCPropNetIPSecSharedSecret: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecSharedSecretEncryption: CFString! |
| To | let kSCPropNetIPSecSharedSecretEncryption: CFString |
Modified kSCPropNetIPSecStatus
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecStatus: CFString! |
| To | let kSCPropNetIPSecStatus: CFString |
Modified kSCPropNetIPSecXAuthEnabled
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecXAuthEnabled: CFString! |
| To | let kSCPropNetIPSecXAuthEnabled: CFString |
Modified kSCPropNetIPSecXAuthName
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecXAuthName: CFString! |
| To | let kSCPropNetIPSecXAuthName: CFString |
Modified kSCPropNetIPSecXAuthPassword
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecXAuthPassword: CFString! |
| To | let kSCPropNetIPSecXAuthPassword: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetIPSecXAuthPasswordEncryption: CFString! |
| To | let kSCPropNetIPSecXAuthPasswordEncryption: CFString |
Modified kSCPropNetIPv4Addresses
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4Addresses: CFString! |
| To | let kSCPropNetIPv4Addresses: CFString |
Modified kSCPropNetIPv4BroadcastAddresses
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4BroadcastAddresses: CFString! |
| To | let kSCPropNetIPv4BroadcastAddresses: CFString |
Modified kSCPropNetIPv4ConfigMethod
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4ConfigMethod: CFString! |
| To | let kSCPropNetIPv4ConfigMethod: CFString |
Modified kSCPropNetIPv4DestAddresses
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4DestAddresses: CFString! |
| To | let kSCPropNetIPv4DestAddresses: CFString |
Modified kSCPropNetIPv4DHCPClientID
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4DHCPClientID: CFString! |
| To | let kSCPropNetIPv4DHCPClientID: CFString |
Modified kSCPropNetIPv4Router
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4Router: CFString! |
| To | let kSCPropNetIPv4Router: CFString |
Modified kSCPropNetIPv4SubnetMasks
| Declaration | |
|---|---|
| From | let kSCPropNetIPv4SubnetMasks: CFString! |
| To | let kSCPropNetIPv4SubnetMasks: CFString |
Modified kSCPropNetIPv6Addresses
| Declaration | |
|---|---|
| From | let kSCPropNetIPv6Addresses: CFString! |
| To | let kSCPropNetIPv6Addresses: CFString |
Modified kSCPropNetIPv6ConfigMethod
| Declaration | |
|---|---|
| From | let kSCPropNetIPv6ConfigMethod: CFString! |
| To | let kSCPropNetIPv6ConfigMethod: CFString |
Modified kSCPropNetIPv6DestAddresses
| Declaration | |
|---|---|
| From | let kSCPropNetIPv6DestAddresses: CFString! |
| To | let kSCPropNetIPv6DestAddresses: CFString |
Modified kSCPropNetIPv6Flags
| Declaration | |
|---|---|
| From | let kSCPropNetIPv6Flags: CFString! |
| To | let kSCPropNetIPv6Flags: CFString |
Modified kSCPropNetIPv6PrefixLength
| Declaration | |
|---|---|
| From | let kSCPropNetIPv6PrefixLength: CFString! |
| To | let kSCPropNetIPv6PrefixLength: CFString |
Modified kSCPropNetIPv6Router
| Declaration | |
|---|---|
| From | let kSCPropNetIPv6Router: CFString! |
| To | let kSCPropNetIPv6Router: CFString |
Modified kSCPropNetL2TPIPSecSharedSecret
| Declaration | |
|---|---|
| From | let kSCPropNetL2TPIPSecSharedSecret: CFString! |
| To | let kSCPropNetL2TPIPSecSharedSecret: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetL2TPIPSecSharedSecretEncryption: CFString! |
| To | let kSCPropNetL2TPIPSecSharedSecretEncryption: CFString |
Modified kSCPropNetL2TPTransport
| Declaration | |
|---|---|
| From | let kSCPropNetL2TPTransport: CFString! |
| To | let kSCPropNetL2TPTransport: CFString |
Modified kSCPropNetLinkActive
| Declaration | |
|---|---|
| From | let kSCPropNetLinkActive: CFString! |
| To | let kSCPropNetLinkActive: CFString |
Modified kSCPropNetLinkDetaching
| Declaration | |
|---|---|
| From | let kSCPropNetLinkDetaching: CFString! |
| To | let kSCPropNetLinkDetaching: CFString |
Modified kSCPropNetLocalHostName
| Declaration | |
|---|---|
| From | let kSCPropNetLocalHostName: CFString! |
| To | let kSCPropNetLocalHostName: CFString |
Modified kSCPropNetModemAccessPointName
| Declaration | |
|---|---|
| From | let kSCPropNetModemAccessPointName: CFString! |
| To | let kSCPropNetModemAccessPointName: CFString |
Modified kSCPropNetModemConnectionPersonality
| Declaration | |
|---|---|
| From | let kSCPropNetModemConnectionPersonality: CFString! |
| To | let kSCPropNetModemConnectionPersonality: CFString |
Modified kSCPropNetModemConnectionScript
| Declaration | |
|---|---|
| From | let kSCPropNetModemConnectionScript: CFString! |
| To | let kSCPropNetModemConnectionScript: CFString |
Modified kSCPropNetModemConnectSpeed
| Declaration | |
|---|---|
| From | let kSCPropNetModemConnectSpeed: CFString! |
| To | let kSCPropNetModemConnectSpeed: CFString |
Modified kSCPropNetModemDataCompression
| Declaration | |
|---|---|
| From | let kSCPropNetModemDataCompression: CFString! |
| To | let kSCPropNetModemDataCompression: CFString |
Modified kSCPropNetModemDeviceContextID
| Declaration | |
|---|---|
| From | let kSCPropNetModemDeviceContextID: CFString! |
| To | let kSCPropNetModemDeviceContextID: CFString |
Modified kSCPropNetModemDeviceModel
| Declaration | |
|---|---|
| From | let kSCPropNetModemDeviceModel: CFString! |
| To | let kSCPropNetModemDeviceModel: CFString |
Modified kSCPropNetModemDeviceVendor
| Declaration | |
|---|---|
| From | let kSCPropNetModemDeviceVendor: CFString! |
| To | let kSCPropNetModemDeviceVendor: CFString |
Modified kSCPropNetModemDialMode
| Declaration | |
|---|---|
| From | let kSCPropNetModemDialMode: CFString! |
| To | let kSCPropNetModemDialMode: CFString |
Modified kSCPropNetModemErrorCorrection
| Declaration | |
|---|---|
| From | let kSCPropNetModemErrorCorrection: CFString! |
| To | let kSCPropNetModemErrorCorrection: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetModemHoldCallWaitingAudibleAlert: CFString! |
| To | let kSCPropNetModemHoldCallWaitingAudibleAlert: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetModemHoldDisconnectOnAnswer: CFString! |
| To | let kSCPropNetModemHoldDisconnectOnAnswer: CFString |
Modified kSCPropNetModemHoldEnabled
| Declaration | |
|---|---|
| From | let kSCPropNetModemHoldEnabled: CFString! |
| To | let kSCPropNetModemHoldEnabled: CFString |
Modified kSCPropNetModemHoldReminder
| Declaration | |
|---|---|
| From | let kSCPropNetModemHoldReminder: CFString! |
| To | let kSCPropNetModemHoldReminder: CFString |
Modified kSCPropNetModemHoldReminderTime
| Declaration | |
|---|---|
| From | let kSCPropNetModemHoldReminderTime: CFString! |
| To | let kSCPropNetModemHoldReminderTime: CFString |
Modified kSCPropNetModemNote
| Declaration | |
|---|---|
| From | let kSCPropNetModemNote: CFString! |
| To | let kSCPropNetModemNote: CFString |
Modified kSCPropNetModemPulseDial
| Declaration | |
|---|---|
| From | let kSCPropNetModemPulseDial: CFString! |
| To | let kSCPropNetModemPulseDial: CFString |
Modified kSCPropNetModemSpeaker
| Declaration | |
|---|---|
| From | let kSCPropNetModemSpeaker: CFString! |
| To | let kSCPropNetModemSpeaker: CFString |
Modified kSCPropNetModemSpeed
| Declaration | |
|---|---|
| From | let kSCPropNetModemSpeed: CFString! |
| To | let kSCPropNetModemSpeed: CFString |
Modified kSCPropNetOverridePrimary
| Declaration | |
|---|---|
| From | let kSCPropNetOverridePrimary: CFString! |
| To | let kSCPropNetOverridePrimary: CFString |
Modified kSCPropNetPPPACSPEnabled
| Declaration | |
|---|---|
| From | let kSCPropNetPPPACSPEnabled: CFString! |
| To | let kSCPropNetPPPACSPEnabled: CFString |
Modified kSCPropNetPPPAuthEAPPlugins
| Declaration | |
|---|---|
| From | let kSCPropNetPPPAuthEAPPlugins: CFString! |
| To | let kSCPropNetPPPAuthEAPPlugins: CFString |
Modified kSCPropNetPPPAuthName
| Declaration | |
|---|---|
| From | let kSCPropNetPPPAuthName: CFString! |
| To | let kSCPropNetPPPAuthName: CFString |
Modified kSCPropNetPPPAuthPassword
| Declaration | |
|---|---|
| From | let kSCPropNetPPPAuthPassword: CFString! |
| To | let kSCPropNetPPPAuthPassword: CFString |
Modified kSCPropNetPPPAuthPasswordEncryption
| Declaration | |
|---|---|
| From | let kSCPropNetPPPAuthPasswordEncryption: CFString! |
| To | let kSCPropNetPPPAuthPasswordEncryption: CFString |
Modified kSCPropNetPPPAuthPrompt
| Declaration | |
|---|---|
| From | let kSCPropNetPPPAuthPrompt: CFString! |
| To | let kSCPropNetPPPAuthPrompt: CFString |
Modified kSCPropNetPPPAuthProtocol
| Declaration | |
|---|---|
| From | let kSCPropNetPPPAuthProtocol: CFString! |
| To | let kSCPropNetPPPAuthProtocol: CFString |
Modified kSCPropNetPPPCCPEnabled
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCCPEnabled: CFString! |
| To | let kSCPropNetPPPCCPEnabled: CFString |
Modified kSCPropNetPPPCCPMPPE128Enabled
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCCPMPPE128Enabled: CFString! |
| To | let kSCPropNetPPPCCPMPPE128Enabled: CFString |
Modified kSCPropNetPPPCCPMPPE40Enabled
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCCPMPPE40Enabled: CFString! |
| To | let kSCPropNetPPPCCPMPPE40Enabled: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommAlternateRemoteAddress: CFString! |
| To | let kSCPropNetPPPCommAlternateRemoteAddress: CFString |
Modified kSCPropNetPPPCommConnectDelay
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommConnectDelay: CFString! |
| To | let kSCPropNetPPPCommConnectDelay: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommDisplayTerminalWindow: CFString! |
| To | let kSCPropNetPPPCommDisplayTerminalWindow: CFString |
Modified kSCPropNetPPPCommRedialCount
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommRedialCount: CFString! |
| To | let kSCPropNetPPPCommRedialCount: CFString |
Modified kSCPropNetPPPCommRedialEnabled
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommRedialEnabled: CFString! |
| To | let kSCPropNetPPPCommRedialEnabled: CFString |
Modified kSCPropNetPPPCommRedialInterval
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommRedialInterval: CFString! |
| To | let kSCPropNetPPPCommRedialInterval: CFString |
Modified kSCPropNetPPPCommRemoteAddress
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommRemoteAddress: CFString! |
| To | let kSCPropNetPPPCommRemoteAddress: CFString |
Modified kSCPropNetPPPCommTerminalScript
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommTerminalScript: CFString! |
| To | let kSCPropNetPPPCommTerminalScript: CFString |
Modified kSCPropNetPPPCommUseTerminalScript
| Declaration | |
|---|---|
| From | let kSCPropNetPPPCommUseTerminalScript: CFString! |
| To | let kSCPropNetPPPCommUseTerminalScript: CFString |
Modified kSCPropNetPPPConnectTime
| Declaration | |
|---|---|
| From | let kSCPropNetPPPConnectTime: CFString! |
| To | let kSCPropNetPPPConnectTime: CFString |
Modified kSCPropNetPPPDeviceLastCause
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDeviceLastCause: CFString! |
| To | let kSCPropNetPPPDeviceLastCause: CFString |
Modified kSCPropNetPPPDialOnDemand
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDialOnDemand: CFString! |
| To | let kSCPropNetPPPDialOnDemand: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDisconnectOnFastUserSwitch: CFString! |
| To | let kSCPropNetPPPDisconnectOnFastUserSwitch: CFString |
Modified kSCPropNetPPPDisconnectOnIdle
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDisconnectOnIdle: CFString! |
| To | let kSCPropNetPPPDisconnectOnIdle: CFString |
Modified kSCPropNetPPPDisconnectOnIdleTimer
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDisconnectOnIdleTimer: CFString! |
| To | let kSCPropNetPPPDisconnectOnIdleTimer: CFString |
Modified kSCPropNetPPPDisconnectOnLogout
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDisconnectOnLogout: CFString! |
| To | let kSCPropNetPPPDisconnectOnLogout: CFString |
Modified kSCPropNetPPPDisconnectOnSleep
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDisconnectOnSleep: CFString! |
| To | let kSCPropNetPPPDisconnectOnSleep: CFString |
Modified kSCPropNetPPPDisconnectTime
| Declaration | |
|---|---|
| From | let kSCPropNetPPPDisconnectTime: CFString! |
| To | let kSCPropNetPPPDisconnectTime: CFString |
Modified kSCPropNetPPPIdleReminder
| Declaration | |
|---|---|
| From | let kSCPropNetPPPIdleReminder: CFString! |
| To | let kSCPropNetPPPIdleReminder: CFString |
Modified kSCPropNetPPPIdleReminderTimer
| Declaration | |
|---|---|
| From | let kSCPropNetPPPIdleReminderTimer: CFString! |
| To | let kSCPropNetPPPIdleReminderTimer: CFString |
Modified kSCPropNetPPPIPCPCompressionVJ
| Declaration | |
|---|---|
| From | let kSCPropNetPPPIPCPCompressionVJ: CFString! |
| To | let kSCPropNetPPPIPCPCompressionVJ: CFString |
Modified kSCPropNetPPPIPCPUsePeerDNS
| Declaration | |
|---|---|
| From | let kSCPropNetPPPIPCPUsePeerDNS: CFString! |
| To | let kSCPropNetPPPIPCPUsePeerDNS: CFString |
Modified kSCPropNetPPPLastCause
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLastCause: CFString! |
| To | let kSCPropNetPPPLastCause: CFString |
Modified kSCPropNetPPPLCPCompressionACField
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPCompressionACField: CFString! |
| To | let kSCPropNetPPPLCPCompressionACField: CFString |
Modified kSCPropNetPPPLCPCompressionPField
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPCompressionPField: CFString! |
| To | let kSCPropNetPPPLCPCompressionPField: CFString |
Modified kSCPropNetPPPLCPEchoEnabled
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPEchoEnabled: CFString! |
| To | let kSCPropNetPPPLCPEchoEnabled: CFString |
Modified kSCPropNetPPPLCPEchoFailure
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPEchoFailure: CFString! |
| To | let kSCPropNetPPPLCPEchoFailure: CFString |
Modified kSCPropNetPPPLCPEchoInterval
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPEchoInterval: CFString! |
| To | let kSCPropNetPPPLCPEchoInterval: CFString |
Modified kSCPropNetPPPLCPMRU
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPMRU: CFString! |
| To | let kSCPropNetPPPLCPMRU: CFString |
Modified kSCPropNetPPPLCPMTU
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPMTU: CFString! |
| To | let kSCPropNetPPPLCPMTU: CFString |
Modified kSCPropNetPPPLCPReceiveACCM
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPReceiveACCM: CFString! |
| To | let kSCPropNetPPPLCPReceiveACCM: CFString |
Modified kSCPropNetPPPLCPTransmitACCM
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLCPTransmitACCM: CFString! |
| To | let kSCPropNetPPPLCPTransmitACCM: CFString |
Modified kSCPropNetPPPLogfile
| Declaration | |
|---|---|
| From | let kSCPropNetPPPLogfile: CFString! |
| To | let kSCPropNetPPPLogfile: CFString |
Modified kSCPropNetPPPOverridePrimary
| Declaration | |
|---|---|
| From | let kSCPropNetPPPOverridePrimary: CFString! |
| To | let kSCPropNetPPPOverridePrimary: CFString |
Modified kSCPropNetPPPPlugins
| Declaration | |
|---|---|
| From | let kSCPropNetPPPPlugins: CFString! |
| To | let kSCPropNetPPPPlugins: CFString |
Modified kSCPropNetPPPRetryConnectTime
| Declaration | |
|---|---|
| From | let kSCPropNetPPPRetryConnectTime: CFString! |
| To | let kSCPropNetPPPRetryConnectTime: CFString |
Modified kSCPropNetPPPSessionTimer
| Declaration | |
|---|---|
| From | let kSCPropNetPPPSessionTimer: CFString! |
| To | let kSCPropNetPPPSessionTimer: CFString |
Modified kSCPropNetPPPStatus
| Declaration | |
|---|---|
| From | let kSCPropNetPPPStatus: CFString! |
| To | let kSCPropNetPPPStatus: CFString |
Modified kSCPropNetPPPUseSessionTimer
| Declaration | |
|---|---|
| From | let kSCPropNetPPPUseSessionTimer: CFString! |
| To | let kSCPropNetPPPUseSessionTimer: CFString |
Modified kSCPropNetPPPVerboseLogging
| Declaration | |
|---|---|
| From | let kSCPropNetPPPVerboseLogging: CFString! |
| To | let kSCPropNetPPPVerboseLogging: CFString |
Modified kSCPropNetProxiesExceptionsList
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesExceptionsList: CFString! |
| To | let kSCPropNetProxiesExceptionsList: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesExcludeSimpleHostnames: CFString! |
| To | let kSCPropNetProxiesExcludeSimpleHostnames: CFString |
Modified kSCPropNetProxiesFTPEnable
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesFTPEnable: CFString! |
| To | let kSCPropNetProxiesFTPEnable: CFString |
Modified kSCPropNetProxiesFTPPassive
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesFTPPassive: CFString! |
| To | let kSCPropNetProxiesFTPPassive: CFString |
Modified kSCPropNetProxiesFTPPort
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesFTPPort: CFString! |
| To | let kSCPropNetProxiesFTPPort: CFString |
Modified kSCPropNetProxiesFTPProxy
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesFTPProxy: CFString! |
| To | let kSCPropNetProxiesFTPProxy: CFString |
Modified kSCPropNetProxiesGopherEnable
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesGopherEnable: CFString! |
| To | let kSCPropNetProxiesGopherEnable: CFString |
Modified kSCPropNetProxiesGopherPort
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesGopherPort: CFString! |
| To | let kSCPropNetProxiesGopherPort: CFString |
Modified kSCPropNetProxiesGopherProxy
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesGopherProxy: CFString! |
| To | let kSCPropNetProxiesGopherProxy: CFString |
Modified kSCPropNetProxiesHTTPEnable
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesHTTPEnable: CFString! |
| To | let kSCPropNetProxiesHTTPEnable: CFString |
Modified kSCPropNetProxiesHTTPPort
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesHTTPPort: CFString! |
| To | let kSCPropNetProxiesHTTPPort: CFString |
Modified kSCPropNetProxiesHTTPProxy
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesHTTPProxy: CFString! |
| To | let kSCPropNetProxiesHTTPProxy: CFString |
Modified kSCPropNetProxiesHTTPSEnable
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesHTTPSEnable: CFString! |
| To | let kSCPropNetProxiesHTTPSEnable: CFString |
Modified kSCPropNetProxiesHTTPSPort
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesHTTPSPort: CFString! |
| To | let kSCPropNetProxiesHTTPSPort: CFString |
Modified kSCPropNetProxiesHTTPSProxy
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesHTTPSProxy: CFString! |
| To | let kSCPropNetProxiesHTTPSProxy: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesProxyAutoConfigEnable: CFString! |
| To | let kSCPropNetProxiesProxyAutoConfigEnable: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesProxyAutoConfigJavaScript: CFString! |
| To | let kSCPropNetProxiesProxyAutoConfigJavaScript: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesProxyAutoConfigURLString: CFString! |
| To | let kSCPropNetProxiesProxyAutoConfigURLString: CFString |
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesProxyAutoDiscoveryEnable: CFString! |
| To | let kSCPropNetProxiesProxyAutoDiscoveryEnable: CFString |
Modified kSCPropNetProxiesRTSPEnable
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesRTSPEnable: CFString! |
| To | let kSCPropNetProxiesRTSPEnable: CFString |
Modified kSCPropNetProxiesRTSPPort
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesRTSPPort: CFString! |
| To | let kSCPropNetProxiesRTSPPort: CFString |
Modified kSCPropNetProxiesRTSPProxy
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesRTSPProxy: CFString! |
| To | let kSCPropNetProxiesRTSPProxy: CFString |
Modified kSCPropNetProxiesSOCKSEnable
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesSOCKSEnable: CFString! |
| To | let kSCPropNetProxiesSOCKSEnable: CFString |
Modified kSCPropNetProxiesSOCKSPort
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesSOCKSPort: CFString! |
| To | let kSCPropNetProxiesSOCKSPort: CFString |
Modified kSCPropNetProxiesSOCKSProxy
| Declaration | |
|---|---|
| From | let kSCPropNetProxiesSOCKSProxy: CFString! |
| To | let kSCPropNetProxiesSOCKSProxy: CFString |
Modified kSCPropNetServiceOrder
| Declaration | |
|---|---|
| From | let kSCPropNetServiceOrder: CFString! |
| To | let kSCPropNetServiceOrder: CFString |
Modified kSCPropNetSMBNetBIOSName
| Declaration | |
|---|---|
| From | let kSCPropNetSMBNetBIOSName: CFString! |
| To | let kSCPropNetSMBNetBIOSName: CFString |
Modified kSCPropNetSMBNetBIOSNodeType
| Declaration | |
|---|---|
| From | let kSCPropNetSMBNetBIOSNodeType: CFString! |
| To | let kSCPropNetSMBNetBIOSNodeType: CFString |
Modified kSCPropNetSMBWINSAddresses
| Declaration | |
|---|---|
| From | let kSCPropNetSMBWINSAddresses: CFString! |
| To | let kSCPropNetSMBWINSAddresses: CFString |
Modified kSCPropNetSMBWorkgroup
| Declaration | |
|---|---|
| From | let kSCPropNetSMBWorkgroup: CFString! |
| To | let kSCPropNetSMBWorkgroup: CFString |
Modified kSCPropSystemComputerName
| Declaration | |
|---|---|
| From | let kSCPropSystemComputerName: CFString! |
| To | let kSCPropSystemComputerName: CFString |
Modified kSCPropSystemComputerNameEncoding
| Declaration | |
|---|---|
| From | let kSCPropSystemComputerNameEncoding: CFString! |
| To | let kSCPropSystemComputerNameEncoding: CFString |
Modified kSCPropUserDefinedName
| Declaration | |
|---|---|
| From | let kSCPropUserDefinedName: CFString! |
| To | let kSCPropUserDefinedName: CFString |
Modified kSCPropVersion
| Declaration | |
|---|---|
| From | let kSCPropVersion: CFString! |
| To | let kSCPropVersion: CFString |
Modified kSCResvInactive
| Declaration | |
|---|---|
| From | let kSCResvInactive: CFString! |
| To | let kSCResvInactive: CFString |
Modified kSCResvLink
| Declaration | |
|---|---|
| From | let kSCResvLink: CFString! |
| To | let kSCResvLink: CFString |
Modified kSCValNetInterfaceSubTypeL2TP
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceSubTypeL2TP: CFString! |
| To | let kSCValNetInterfaceSubTypeL2TP: CFString |
Modified kSCValNetInterfaceSubTypePPPoE
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceSubTypePPPoE: CFString! |
| To | let kSCValNetInterfaceSubTypePPPoE: CFString |
Modified kSCValNetInterfaceSubTypePPPSerial
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceSubTypePPPSerial: CFString! |
| To | let kSCValNetInterfaceSubTypePPPSerial: CFString |
Modified kSCValNetInterfaceSubTypePPTP
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceSubTypePPTP: CFString! |
| To | let kSCValNetInterfaceSubTypePPTP: CFString |
Modified kSCValNetInterfaceType6to4
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceType6to4: CFString! |
| To | let kSCValNetInterfaceType6to4: CFString |
Modified kSCValNetInterfaceTypeEthernet
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceTypeEthernet: CFString! |
| To | let kSCValNetInterfaceTypeEthernet: CFString |
Modified kSCValNetInterfaceTypeFireWire
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceTypeFireWire: CFString! |
| To | let kSCValNetInterfaceTypeFireWire: CFString |
Modified kSCValNetInterfaceTypeIPSec
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceTypeIPSec: CFString! |
| To | let kSCValNetInterfaceTypeIPSec: CFString |
Modified kSCValNetInterfaceTypePPP
| Declaration | |
|---|---|
| From | let kSCValNetInterfaceTypePPP: CFString! |
| To | let kSCValNetInterfaceTypePPP: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecAuthenticationMethodCertificate: CFString! |
| To | let kSCValNetIPSecAuthenticationMethodCertificate: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecAuthenticationMethodHybrid: CFString! |
| To | let kSCValNetIPSecAuthenticationMethodHybrid: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecAuthenticationMethodSharedSecret: CFString! |
| To | let kSCValNetIPSecAuthenticationMethodSharedSecret: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecLocalIdentifierTypeKeyID: CFString! |
| To | let kSCValNetIPSecLocalIdentifierTypeKeyID: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecSharedSecretEncryptionKeychain: CFString! |
| To | let kSCValNetIPSecSharedSecretEncryptionKeychain: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecXAuthPasswordEncryptionKeychain: CFString! |
| To | let kSCValNetIPSecXAuthPasswordEncryptionKeychain: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPSecXAuthPasswordEncryptionPrompt: CFString! |
| To | let kSCValNetIPSecXAuthPasswordEncryptionPrompt: CFString |
Modified kSCValNetIPv4ConfigMethodAutomatic
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodAutomatic: CFString! |
| To | let kSCValNetIPv4ConfigMethodAutomatic: CFString |
Modified kSCValNetIPv4ConfigMethodBOOTP
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodBOOTP: CFString! |
| To | let kSCValNetIPv4ConfigMethodBOOTP: CFString |
Modified kSCValNetIPv4ConfigMethodDHCP
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodDHCP: CFString! |
| To | let kSCValNetIPv4ConfigMethodDHCP: CFString |
Modified kSCValNetIPv4ConfigMethodINFORM
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodINFORM: CFString! |
| To | let kSCValNetIPv4ConfigMethodINFORM: CFString |
Modified kSCValNetIPv4ConfigMethodLinkLocal
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodLinkLocal: CFString! |
| To | let kSCValNetIPv4ConfigMethodLinkLocal: CFString |
Modified kSCValNetIPv4ConfigMethodManual
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodManual: CFString! |
| To | let kSCValNetIPv4ConfigMethodManual: CFString |
Modified kSCValNetIPv4ConfigMethodPPP
| Declaration | |
|---|---|
| From | let kSCValNetIPv4ConfigMethodPPP: CFString! |
| To | let kSCValNetIPv4ConfigMethodPPP: CFString |
Modified kSCValNetIPv6ConfigMethod6to4
| Declaration | |
|---|---|
| From | let kSCValNetIPv6ConfigMethod6to4: CFString! |
| To | let kSCValNetIPv6ConfigMethod6to4: CFString |
Modified kSCValNetIPv6ConfigMethodAutomatic
| Declaration | |
|---|---|
| From | let kSCValNetIPv6ConfigMethodAutomatic: CFString! |
| To | let kSCValNetIPv6ConfigMethodAutomatic: CFString |
Modified kSCValNetIPv6ConfigMethodLinkLocal
| Declaration | |
|---|---|
| From | let kSCValNetIPv6ConfigMethodLinkLocal: CFString! |
| To | let kSCValNetIPv6ConfigMethodLinkLocal: CFString |
Modified kSCValNetIPv6ConfigMethodManual
| Declaration | |
|---|---|
| From | let kSCValNetIPv6ConfigMethodManual: CFString! |
| To | let kSCValNetIPv6ConfigMethodManual: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetIPv6ConfigMethodRouterAdvertisement: CFString! |
| To | let kSCValNetIPv6ConfigMethodRouterAdvertisement: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetL2TPIPSecSharedSecretEncryptionKeychain: CFString! |
| To | let kSCValNetL2TPIPSecSharedSecretEncryptionKeychain: CFString |
Modified kSCValNetL2TPTransportIP
| Declaration | |
|---|---|
| From | let kSCValNetL2TPTransportIP: CFString! |
| To | let kSCValNetL2TPTransportIP: CFString |
Modified kSCValNetL2TPTransportIPSec
| Declaration | |
|---|---|
| From | let kSCValNetL2TPTransportIPSec: CFString! |
| To | let kSCValNetL2TPTransportIPSec: CFString |
Modified kSCValNetModemDialModeIgnoreDialTone
| Declaration | |
|---|---|
| From | let kSCValNetModemDialModeIgnoreDialTone: CFString! |
| To | let kSCValNetModemDialModeIgnoreDialTone: CFString |
Modified kSCValNetModemDialModeManual
| Declaration | |
|---|---|
| From | let kSCValNetModemDialModeManual: CFString! |
| To | let kSCValNetModemDialModeManual: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetModemDialModeWaitForDialTone: CFString! |
| To | let kSCValNetModemDialModeWaitForDialTone: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthPasswordEncryptionKeychain: CFString! |
| To | let kSCValNetPPPAuthPasswordEncryptionKeychain: CFString |
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthPasswordEncryptionToken: CFString! |
| To | let kSCValNetPPPAuthPasswordEncryptionToken: CFString |
Modified kSCValNetPPPAuthPromptAfter
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthPromptAfter: CFString! |
| To | let kSCValNetPPPAuthPromptAfter: CFString |
Modified kSCValNetPPPAuthPromptBefore
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthPromptBefore: CFString! |
| To | let kSCValNetPPPAuthPromptBefore: CFString |
Modified kSCValNetPPPAuthProtocolCHAP
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthProtocolCHAP: CFString! |
| To | let kSCValNetPPPAuthProtocolCHAP: CFString |
Modified kSCValNetPPPAuthProtocolEAP
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthProtocolEAP: CFString! |
| To | let kSCValNetPPPAuthProtocolEAP: CFString |
Modified kSCValNetPPPAuthProtocolMSCHAP1
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthProtocolMSCHAP1: CFString! |
| To | let kSCValNetPPPAuthProtocolMSCHAP1: CFString |
Modified kSCValNetPPPAuthProtocolMSCHAP2
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthProtocolMSCHAP2: CFString! |
| To | let kSCValNetPPPAuthProtocolMSCHAP2: CFString |
Modified kSCValNetPPPAuthProtocolPAP
| Declaration | |
|---|---|
| From | let kSCValNetPPPAuthProtocolPAP: CFString! |
| To | let kSCValNetPPPAuthProtocolPAP: CFString |
Modified kSCValNetSMBNetBIOSNodeTypeBroadcast
| Declaration | |
|---|---|
| From | let kSCValNetSMBNetBIOSNodeTypeBroadcast: CFString! |
| To | let kSCValNetSMBNetBIOSNodeTypeBroadcast: CFString |
Modified kSCValNetSMBNetBIOSNodeTypeHybrid
| Declaration | |
|---|---|
| From | let kSCValNetSMBNetBIOSNodeTypeHybrid: CFString! |
| To | let kSCValNetSMBNetBIOSNodeTypeHybrid: CFString |
Modified kSCValNetSMBNetBIOSNodeTypeMixed
| Declaration | |
|---|---|
| From | let kSCValNetSMBNetBIOSNodeTypeMixed: CFString! |
| To | let kSCValNetSMBNetBIOSNodeTypeMixed: CFString |
Modified kSCValNetSMBNetBIOSNodeTypePeer
| Declaration | |
|---|---|
| From | let kSCValNetSMBNetBIOSNodeTypePeer: CFString! |
| To | let kSCValNetSMBNetBIOSNodeTypePeer: CFString |
| Declaration | |
|---|---|
| From | func SCBondInterfaceCopyAll(_ prefs: SCPreferences!) -> Unmanaged<CFArray>! |
| To | func SCBondInterfaceCopyAll(_ prefs: SCPreferences) -> CFArray |
| Declaration | |
|---|---|
| From | func SCBondInterfaceCopyAvailableMemberInterfaces(_ prefs: SCPreferences!) -> Unmanaged<CFArray>! |
| To | func SCBondInterfaceCopyAvailableMemberInterfaces(_ prefs: SCPreferences) -> CFArray |
| Declaration | |
|---|---|
| From | func SCBondInterfaceCopyStatus(_ bond: SCBondInterface!) -> Unmanaged<SCBondStatus>! |
| To | func SCBondInterfaceCopyStatus(_ bond: SCBondInterface) -> SCBondStatus? |
| Declaration | |
|---|---|
| From | func SCBondInterfaceCreate(_ prefs: SCPreferences!) -> Unmanaged<SCBondInterface>! |
| To | func SCBondInterfaceCreate(_ prefs: SCPreferences) -> SCBondInterface? |
| Declaration | |
|---|---|
| From | func SCBondInterfaceGetMemberInterfaces(_ bond: SCBondInterface!) -> Unmanaged<CFArray>! |
| To | func SCBondInterfaceGetMemberInterfaces(_ bond: SCBondInterface) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCBondInterfaceGetOptions(_ bond: SCBondInterface!) -> Unmanaged<CFDictionary>! |
| To | func SCBondInterfaceGetOptions(_ bond: SCBondInterface) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCBondInterfaceRemove(_ bond: SCBondInterface!) -> Boolean |
| To | func SCBondInterfaceRemove(_ bond: SCBondInterface) -> Bool |
| Declaration | |
|---|---|
| From | func SCBondInterfaceSetLocalizedDisplayName(_ bond: SCBondInterface!, _ newName: CFString!) -> Boolean |
| To | func SCBondInterfaceSetLocalizedDisplayName(_ bond: SCBondInterface, _ newName: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCBondInterfaceSetMemberInterfaces(_ bond: SCBondInterface!, _ members: CFArray!) -> Boolean |
| To | func SCBondInterfaceSetMemberInterfaces(_ bond: SCBondInterface, _ members: CFArray) -> Bool |
| Declaration | |
|---|---|
| From | func SCBondInterfaceSetOptions(_ bond: SCBondInterface!, _ newOptions: CFDictionary!) -> Boolean |
| To | func SCBondInterfaceSetOptions(_ bond: SCBondInterface, _ newOptions: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCBondStatusGetInterfaceStatus(_ bondStatus: SCBondStatus!, _ interface: SCNetworkInterface!) -> Unmanaged<CFDictionary>! |
| To | func SCBondStatusGetInterfaceStatus(_ bondStatus: SCBondStatus, _ interface: SCNetworkInterface?) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCBondStatusGetMemberInterfaces(_ bondStatus: SCBondStatus!) -> Unmanaged<CFArray>! |
| To | func SCBondStatusGetMemberInterfaces(_ bondStatus: SCBondStatus) -> CFArray? |
Modified SCCopyLastError() -> CFError
| Declaration | |
|---|---|
| From | func SCCopyLastError() -> Unmanaged<CFError>! |
| To | func SCCopyLastError() -> CFError |
| Declaration | |
|---|---|
| From | func SCDynamicStoreAddTemporaryValue(_ store: SCDynamicStore!, _ key: CFString!, _ value: CFPropertyList!) -> Boolean |
| To | func SCDynamicStoreAddTemporaryValue(_ store: SCDynamicStore, _ key: CFString, _ value: CFPropertyList) -> Bool |
| Declaration | |
|---|---|
| From | func SCDynamicStoreAddValue(_ store: SCDynamicStore!, _ key: CFString!, _ value: CFPropertyList!) -> Boolean |
| To | func SCDynamicStoreAddValue(_ store: SCDynamicStore?, _ key: CFString, _ value: CFPropertyList) -> Bool |
Modified SCDynamicStoreCallBack
| Declaration | |
|---|---|
| From | typealias SCDynamicStoreCallBack = CFunctionPointer<((SCDynamicStore!, CFArray!, UnsafeMutablePointer<Void>) -> Void)> |
| To | typealias SCDynamicStoreCallBack = (SCDynamicStore, CFArray, UnsafeMutablePointer<Void>) -> Void |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyComputerName(_ store: SCDynamicStore!, _ nameEncoding: UnsafeMutablePointer<CFStringEncoding>) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreCopyComputerName(_ store: SCDynamicStore?, _ nameEncoding: UnsafeMutablePointer<CFStringEncoding>) -> CFString? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyConsoleUser(_ store: SCDynamicStore!, _ uid: UnsafeMutablePointer<uid_t>, _ gid: UnsafeMutablePointer<gid_t>) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreCopyConsoleUser(_ store: SCDynamicStore?, _ uid: UnsafeMutablePointer<uid_t>, _ gid: UnsafeMutablePointer<gid_t>) -> CFString? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyKeyList(_ store: SCDynamicStore!, _ pattern: CFString!) -> Unmanaged<CFArray>! |
| To | func SCDynamicStoreCopyKeyList(_ store: SCDynamicStore?, _ pattern: CFString) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyLocalHostName(_ store: SCDynamicStore!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreCopyLocalHostName(_ store: SCDynamicStore?) -> CFString? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyLocation(_ store: SCDynamicStore!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreCopyLocation(_ store: SCDynamicStore?) -> CFString? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyMultiple(_ store: SCDynamicStore!, _ keys: CFArray!, _ patterns: CFArray!) -> Unmanaged<CFDictionary>! |
| To | func SCDynamicStoreCopyMultiple(_ store: SCDynamicStore?, _ keys: CFArray?, _ patterns: CFArray?) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyNotifiedKeys(_ store: SCDynamicStore!) -> Unmanaged<CFArray>! |
| To | func SCDynamicStoreCopyNotifiedKeys(_ store: SCDynamicStore) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyProxies(_ store: SCDynamicStore!) -> Unmanaged<CFDictionary>! |
| To | func SCDynamicStoreCopyProxies(_ store: SCDynamicStore?) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCopyValue(_ store: SCDynamicStore!, _ key: CFString!) -> Unmanaged<CFPropertyList>! |
| To | func SCDynamicStoreCopyValue(_ store: SCDynamicStore?, _ key: CFString) -> CFPropertyList? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCreate(_ allocator: CFAllocator!, _ name: CFString!, _ callout: SCDynamicStoreCallBack, _ context: UnsafeMutablePointer<SCDynamicStoreContext>) -> Unmanaged<SCDynamicStore>! |
| To | func SCDynamicStoreCreate(_ allocator: CFAllocator?, _ name: CFString, _ callout: SCDynamicStoreCallBack?, _ context: UnsafeMutablePointer<SCDynamicStoreContext>) -> SCDynamicStore? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCreateRunLoopSource(_ allocator: CFAllocator!, _ store: SCDynamicStore!, _ order: CFIndex) -> Unmanaged<CFRunLoopSource>! |
| To | func SCDynamicStoreCreateRunLoopSource(_ allocator: CFAllocator?, _ store: SCDynamicStore, _ order: CFIndex) -> CFRunLoopSource? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreCreateWithOptions(_ allocator: CFAllocator!, _ name: CFString!, _ storeOptions: CFDictionary!, _ callout: SCDynamicStoreCallBack, _ context: UnsafeMutablePointer<SCDynamicStoreContext>) -> Unmanaged<SCDynamicStore>! |
| To | func SCDynamicStoreCreateWithOptions(_ allocator: CFAllocator?, _ name: CFString, _ storeOptions: CFDictionary?, _ callout: SCDynamicStoreCallBack?, _ context: UnsafeMutablePointer<SCDynamicStoreContext>) -> SCDynamicStore? |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateComputerName(_ allocator: CFAllocator!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateComputerName(_ allocator: CFAllocator?) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateConsoleUser(_ allocator: CFAllocator!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateConsoleUser(_ allocator: CFAllocator?) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateHostNames(_ allocator: CFAllocator!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateHostNames(_ allocator: CFAllocator?) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateLocation(_ allocator: CFAllocator!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateLocation(_ allocator: CFAllocator?) -> CFString |
Modified SCDynamicStoreKeyCreateNetworkGlobalEntity(_: CFAllocator?, _: CFString, _: CFString) -> CFString
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateNetworkGlobalEntity(_ allocator: CFAllocator!, _ domain: CFString!, _ entity: CFString!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateNetworkGlobalEntity(_ allocator: CFAllocator?, _ domain: CFString, _ entity: CFString) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateNetworkInterface(_ allocator: CFAllocator!, _ domain: CFString!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateNetworkInterface(_ allocator: CFAllocator?, _ domain: CFString) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateNetworkInterfaceEntity(_ allocator: CFAllocator!, _ domain: CFString!, _ ifname: CFString!, _ entity: CFString!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateNetworkInterfaceEntity(_ allocator: CFAllocator?, _ domain: CFString, _ ifname: CFString, _ entity: CFString?) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateNetworkServiceEntity(_ allocator: CFAllocator!, _ domain: CFString!, _ serviceID: CFString!, _ entity: CFString!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateNetworkServiceEntity(_ allocator: CFAllocator?, _ domain: CFString, _ serviceID: CFString, _ entity: CFString?) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreKeyCreateProxies(_ allocator: CFAllocator!) -> Unmanaged<CFString>! |
| To | func SCDynamicStoreKeyCreateProxies(_ allocator: CFAllocator?) -> CFString |
| Declaration | |
|---|---|
| From | func SCDynamicStoreNotifyValue(_ store: SCDynamicStore!, _ key: CFString!) -> Boolean |
| To | func SCDynamicStoreNotifyValue(_ store: SCDynamicStore?, _ key: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCDynamicStoreRemoveValue(_ store: SCDynamicStore!, _ key: CFString!) -> Boolean |
| To | func SCDynamicStoreRemoveValue(_ store: SCDynamicStore?, _ key: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCDynamicStoreSetDispatchQueue(_ store: SCDynamicStore!, _ queue: dispatch_queue_t!) -> Boolean |
| To | func SCDynamicStoreSetDispatchQueue(_ store: SCDynamicStore, _ queue: dispatch_queue_t?) -> Bool |
Modified SCDynamicStoreSetMultiple(_: SCDynamicStore?, _: CFDictionary?, _: CFArray?, _: CFArray?) -> Bool
| Declaration | |
|---|---|
| From | func SCDynamicStoreSetMultiple(_ store: SCDynamicStore!, _ keysToSet: CFDictionary!, _ keysToRemove: CFArray!, _ keysToNotify: CFArray!) -> Boolean |
| To | func SCDynamicStoreSetMultiple(_ store: SCDynamicStore?, _ keysToSet: CFDictionary?, _ keysToRemove: CFArray?, _ keysToNotify: CFArray?) -> Bool |
| Declaration | |
|---|---|
| From | func SCDynamicStoreSetNotificationKeys(_ store: SCDynamicStore!, _ keys: CFArray!, _ patterns: CFArray!) -> Boolean |
| To | func SCDynamicStoreSetNotificationKeys(_ store: SCDynamicStore, _ keys: CFArray?, _ patterns: CFArray?) -> Bool |
| Declaration | |
|---|---|
| From | func SCDynamicStoreSetValue(_ store: SCDynamicStore!, _ key: CFString!, _ value: CFPropertyList!) -> Boolean |
| To | func SCDynamicStoreSetValue(_ store: SCDynamicStore?, _ key: CFString, _ value: CFPropertyList) -> Bool |
Modified SCNetworkConnectionCallBack
| Declaration | |
|---|---|
| From | typealias SCNetworkConnectionCallBack = CFunctionPointer<((SCNetworkConnection!, SCNetworkConnectionStatus, UnsafeMutablePointer<Void>) -> Void)> |
| To | typealias SCNetworkConnectionCallBack = (SCNetworkConnection, SCNetworkConnectionStatus, UnsafeMutablePointer<Void>) -> Void |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionCopyExtendedStatus(_ connection: SCNetworkConnection!) -> Unmanaged<CFDictionary>! |
| To | func SCNetworkConnectionCopyExtendedStatus(_ connection: SCNetworkConnection) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionCopyServiceID(_ connection: SCNetworkConnection!) -> Unmanaged<CFString>! |
| To | func SCNetworkConnectionCopyServiceID(_ connection: SCNetworkConnection) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionCopyStatistics(_ connection: SCNetworkConnection!) -> Unmanaged<CFDictionary>! |
| To | func SCNetworkConnectionCopyStatistics(_ connection: SCNetworkConnection) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionCopyUserOptions(_ connection: SCNetworkConnection!) -> Unmanaged<CFDictionary>! |
| To | func SCNetworkConnectionCopyUserOptions(_ connection: SCNetworkConnection) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionCopyUserPreferences(_ selectionOptions: CFDictionary!, _ serviceID: UnsafeMutablePointer<Unmanaged<CFString>?>, _ userOptions: UnsafeMutablePointer<Unmanaged<CFDictionary>?>) -> Boolean |
| To | func SCNetworkConnectionCopyUserPreferences(_ selectionOptions: CFDictionary?, _ serviceID: UnsafeMutablePointer<Unmanaged<CFString>?>, _ userOptions: UnsafeMutablePointer<Unmanaged<CFDictionary>?>) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionCreateWithServiceID(_ allocator: CFAllocator!, _ serviceID: CFString!, _ callout: SCNetworkConnectionCallBack, _ context: UnsafeMutablePointer<SCNetworkConnectionContext>) -> Unmanaged<SCNetworkConnection>! |
| To | func SCNetworkConnectionCreateWithServiceID(_ allocator: CFAllocator?, _ serviceID: CFString, _ callout: SCNetworkConnectionCallBack?, _ context: UnsafeMutablePointer<SCNetworkConnectionContext>) -> SCNetworkConnection? |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionGetStatus(_ connection: SCNetworkConnection!) -> SCNetworkConnectionStatus |
| To | func SCNetworkConnectionGetStatus(_ connection: SCNetworkConnection) -> SCNetworkConnectionStatus |
Modified SCNetworkConnectionScheduleWithRunLoop(_: SCNetworkConnection, _: CFRunLoop, _: CFString) -> Bool
| Declaration | |
|---|---|
| From | func SCNetworkConnectionScheduleWithRunLoop(_ connection: SCNetworkConnection!, _ runLoop: CFRunLoop!, _ runLoopMode: CFString!) -> Boolean |
| To | func SCNetworkConnectionScheduleWithRunLoop(_ connection: SCNetworkConnection, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionSetDispatchQueue(_ connection: SCNetworkConnection!, _ queue: dispatch_queue_t!) -> Boolean |
| To | func SCNetworkConnectionSetDispatchQueue(_ connection: SCNetworkConnection, _ queue: dispatch_queue_t?) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionStart(_ connection: SCNetworkConnection!, _ userOptions: CFDictionary!, _ linger: Boolean) -> Boolean |
| To | func SCNetworkConnectionStart(_ connection: SCNetworkConnection, _ userOptions: CFDictionary?, _ linger: Bool) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkConnectionStop(_ connection: SCNetworkConnection!, _ forceDisconnect: Boolean) -> Boolean |
| To | func SCNetworkConnectionStop(_ connection: SCNetworkConnection, _ forceDisconnect: Bool) -> Bool |
Modified SCNetworkConnectionUnscheduleFromRunLoop(_: SCNetworkConnection, _: CFRunLoop, _: CFString) -> Bool
| Declaration | |
|---|---|
| From | func SCNetworkConnectionUnscheduleFromRunLoop(_ connection: SCNetworkConnection!, _ runLoop: CFRunLoop!, _ runLoopMode: CFString!) -> Boolean |
| To | func SCNetworkConnectionUnscheduleFromRunLoop(_ connection: SCNetworkConnection, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceCopyAll() -> Unmanaged<CFArray>! |
| To | func SCNetworkInterfaceCopyAll() -> CFArray |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceCopyMediaOptions(_ interface: SCNetworkInterface!, _ current: UnsafeMutablePointer<Unmanaged<CFDictionary>?>, _ active: UnsafeMutablePointer<Unmanaged<CFDictionary>?>, _ available: UnsafeMutablePointer<Unmanaged<CFArray>?>, _ filter: Boolean) -> Boolean |
| To | func SCNetworkInterfaceCopyMediaOptions(_ interface: SCNetworkInterface, _ current: UnsafeMutablePointer<Unmanaged<CFDictionary>?>, _ active: UnsafeMutablePointer<Unmanaged<CFDictionary>?>, _ available: UnsafeMutablePointer<Unmanaged<CFArray>?>, _ filter: Bool) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceCopyMediaSubTypeOptions(_ available: CFArray!, _ subType: CFString!) -> Unmanaged<CFArray>! |
| To | func SCNetworkInterfaceCopyMediaSubTypeOptions(_ available: CFArray, _ subType: CFString) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceCopyMediaSubTypes(_ available: CFArray!) -> Unmanaged<CFArray>! |
| To | func SCNetworkInterfaceCopyMediaSubTypes(_ available: CFArray) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceCopyMTU(_ interface: SCNetworkInterface!, _ mtu_cur: UnsafeMutablePointer<Int32>, _ mtu_min: UnsafeMutablePointer<Int32>, _ mtu_max: UnsafeMutablePointer<Int32>) -> Boolean |
| To | func SCNetworkInterfaceCopyMTU(_ interface: SCNetworkInterface, _ mtu_cur: UnsafeMutablePointer<Int32>, _ mtu_min: UnsafeMutablePointer<Int32>, _ mtu_max: UnsafeMutablePointer<Int32>) -> Bool |
Modified SCNetworkInterfaceCreateWithInterface(_: SCNetworkInterface, _: CFString) -> SCNetworkInterface?
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceCreateWithInterface(_ interface: SCNetworkInterface!, _ interfaceType: CFString!) -> Unmanaged<SCNetworkInterface>! |
| To | func SCNetworkInterfaceCreateWithInterface(_ interface: SCNetworkInterface, _ interfaceType: CFString) -> SCNetworkInterface? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceForceConfigurationRefresh(_ interface: SCNetworkInterface!) -> Boolean |
| To | func SCNetworkInterfaceForceConfigurationRefresh(_ interface: SCNetworkInterface) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetBSDName(_ interface: SCNetworkInterface!) -> Unmanaged<CFString>! |
| To | func SCNetworkInterfaceGetBSDName(_ interface: SCNetworkInterface) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetConfiguration(_ interface: SCNetworkInterface!) -> Unmanaged<CFDictionary>! |
| To | func SCNetworkInterfaceGetConfiguration(_ interface: SCNetworkInterface) -> CFDictionary? |
Modified SCNetworkInterfaceGetExtendedConfiguration(_: SCNetworkInterface, _: CFString) -> CFDictionary?
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetExtendedConfiguration(_ interface: SCNetworkInterface!, _ extendedType: CFString!) -> Unmanaged<CFDictionary>! |
| To | func SCNetworkInterfaceGetExtendedConfiguration(_ interface: SCNetworkInterface, _ extendedType: CFString) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetHardwareAddressString(_ interface: SCNetworkInterface!) -> Unmanaged<CFString>! |
| To | func SCNetworkInterfaceGetHardwareAddressString(_ interface: SCNetworkInterface) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetInterface(_ interface: SCNetworkInterface!) -> Unmanaged<SCNetworkInterface>! |
| To | func SCNetworkInterfaceGetInterface(_ interface: SCNetworkInterface) -> SCNetworkInterface? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetInterfaceType(_ interface: SCNetworkInterface!) -> Unmanaged<CFString>! |
| To | func SCNetworkInterfaceGetInterfaceType(_ interface: SCNetworkInterface) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetLocalizedDisplayName(_ interface: SCNetworkInterface!) -> Unmanaged<CFString>! |
| To | func SCNetworkInterfaceGetLocalizedDisplayName(_ interface: SCNetworkInterface) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetSupportedInterfaceTypes(_ interface: SCNetworkInterface!) -> Unmanaged<CFArray>! |
| To | func SCNetworkInterfaceGetSupportedInterfaceTypes(_ interface: SCNetworkInterface) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceGetSupportedProtocolTypes(_ interface: SCNetworkInterface!) -> Unmanaged<CFArray>! |
| To | func SCNetworkInterfaceGetSupportedProtocolTypes(_ interface: SCNetworkInterface) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceSetConfiguration(_ interface: SCNetworkInterface!, _ config: CFDictionary!) -> Boolean |
| To | func SCNetworkInterfaceSetConfiguration(_ interface: SCNetworkInterface, _ config: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceSetExtendedConfiguration(_ interface: SCNetworkInterface!, _ extendedType: CFString!, _ config: CFDictionary!) -> Boolean |
| To | func SCNetworkInterfaceSetExtendedConfiguration(_ interface: SCNetworkInterface, _ extendedType: CFString, _ config: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceSetMediaOptions(_ interface: SCNetworkInterface!, _ subtype: CFString!, _ options: CFArray!) -> Boolean |
| To | func SCNetworkInterfaceSetMediaOptions(_ interface: SCNetworkInterface, _ subtype: CFString, _ options: CFArray) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkInterfaceSetMTU(_ interface: SCNetworkInterface!, _ mtu: Int32) -> Boolean |
| To | func SCNetworkInterfaceSetMTU(_ interface: SCNetworkInterface, _ mtu: Int32) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolGetConfiguration(_ `protocol`: SCNetworkProtocol!) -> Unmanaged<CFDictionary>! |
| To | func SCNetworkProtocolGetConfiguration(_ `protocol`: SCNetworkProtocol) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolGetEnabled(_ `protocol`: SCNetworkProtocol!) -> Boolean |
| To | func SCNetworkProtocolGetEnabled(_ `protocol`: SCNetworkProtocol) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolGetProtocolType(_ `protocol`: SCNetworkProtocol!) -> Unmanaged<CFString>! |
| To | func SCNetworkProtocolGetProtocolType(_ `protocol`: SCNetworkProtocol) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolSetConfiguration(_ `protocol`: SCNetworkProtocol!, _ config: CFDictionary!) -> Boolean |
| To | func SCNetworkProtocolSetConfiguration(_ `protocol`: SCNetworkProtocol, _ config: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolSetEnabled(_ `protocol`: SCNetworkProtocol!, _ enabled: Boolean) -> Boolean |
| To | func SCNetworkProtocolSetEnabled(_ `protocol`: SCNetworkProtocol, _ enabled: Bool) -> Bool |
Modified SCNetworkReachabilityCallBack
| Declaration | |
|---|---|
| From | typealias SCNetworkReachabilityCallBack = CFunctionPointer<((SCNetworkReachability!, SCNetworkReachabilityFlags, UnsafeMutablePointer<Void>) -> Void)> |
| To | typealias SCNetworkReachabilityCallBack = (SCNetworkReachability, SCNetworkReachabilityFlags, UnsafeMutablePointer<Void>) -> Void |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilityCreateWithAddress(_ allocator: CFAllocator!, _ address: UnsafePointer<sockaddr>) -> Unmanaged<SCNetworkReachability>! |
| To | func SCNetworkReachabilityCreateWithAddress(_ allocator: CFAllocator?, _ address: UnsafePointer<sockaddr>) -> SCNetworkReachability? |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilityCreateWithAddressPair(_ allocator: CFAllocator!, _ localAddress: UnsafePointer<sockaddr>, _ remoteAddress: UnsafePointer<sockaddr>) -> Unmanaged<SCNetworkReachability>! |
| To | func SCNetworkReachabilityCreateWithAddressPair(_ allocator: CFAllocator?, _ localAddress: UnsafePointer<sockaddr>, _ remoteAddress: UnsafePointer<sockaddr>) -> SCNetworkReachability? |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilityCreateWithName(_ allocator: CFAllocator!, _ nodename: UnsafePointer<Int8>) -> Unmanaged<SCNetworkReachability>! |
| To | func SCNetworkReachabilityCreateWithName(_ allocator: CFAllocator?, _ nodename: UnsafePointer<Int8>) -> SCNetworkReachability? |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilityGetFlags(_ target: SCNetworkReachability!, _ flags: UnsafeMutablePointer<SCNetworkReachabilityFlags>) -> Boolean |
| To | func SCNetworkReachabilityGetFlags(_ target: SCNetworkReachability, _ flags: UnsafeMutablePointer<SCNetworkReachabilityFlags>) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilityScheduleWithRunLoop(_ target: SCNetworkReachability!, _ runLoop: CFRunLoop!, _ runLoopMode: CFString!) -> Boolean |
| To | func SCNetworkReachabilityScheduleWithRunLoop(_ target: SCNetworkReachability, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilitySetCallback(_ target: SCNetworkReachability!, _ callout: SCNetworkReachabilityCallBack, _ context: UnsafeMutablePointer<SCNetworkReachabilityContext>) -> Boolean |
| To | func SCNetworkReachabilitySetCallback(_ target: SCNetworkReachability, _ callout: SCNetworkReachabilityCallBack?, _ context: UnsafeMutablePointer<SCNetworkReachabilityContext>) -> Bool |
Modified SCNetworkReachabilitySetDispatchQueue(_: SCNetworkReachability, _: dispatch_queue_t?) -> Bool
| Declaration | |
|---|---|
| From | func SCNetworkReachabilitySetDispatchQueue(_ target: SCNetworkReachability!, _ queue: dispatch_queue_t!) -> Boolean |
| To | func SCNetworkReachabilitySetDispatchQueue(_ target: SCNetworkReachability, _ queue: dispatch_queue_t?) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkReachabilityUnscheduleFromRunLoop(_ target: SCNetworkReachability!, _ runLoop: CFRunLoop!, _ runLoopMode: CFString!) -> Boolean |
| To | func SCNetworkReachabilityUnscheduleFromRunLoop(_ target: SCNetworkReachability, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceAddProtocolType(_ service: SCNetworkService!, _ protocolType: CFString!) -> Boolean |
| To | func SCNetworkServiceAddProtocolType(_ service: SCNetworkService, _ protocolType: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceCopy(_ prefs: SCPreferences!, _ serviceID: CFString!) -> Unmanaged<SCNetworkService>! |
| To | func SCNetworkServiceCopy(_ prefs: SCPreferences, _ serviceID: CFString) -> SCNetworkService? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceCopyAll(_ prefs: SCPreferences!) -> Unmanaged<CFArray>! |
| To | func SCNetworkServiceCopyAll(_ prefs: SCPreferences) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceCopyProtocol(_ service: SCNetworkService!, _ protocolType: CFString!) -> Unmanaged<SCNetworkProtocol>! |
| To | func SCNetworkServiceCopyProtocol(_ service: SCNetworkService, _ protocolType: CFString) -> SCNetworkProtocol? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceCopyProtocols(_ service: SCNetworkService!) -> Unmanaged<CFArray>! |
| To | func SCNetworkServiceCopyProtocols(_ service: SCNetworkService) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceCreate(_ prefs: SCPreferences!, _ interface: SCNetworkInterface!) -> Unmanaged<SCNetworkService>! |
| To | func SCNetworkServiceCreate(_ prefs: SCPreferences, _ interface: SCNetworkInterface) -> SCNetworkService? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceEstablishDefaultConfiguration(_ service: SCNetworkService!) -> Boolean |
| To | func SCNetworkServiceEstablishDefaultConfiguration(_ service: SCNetworkService) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceGetEnabled(_ service: SCNetworkService!) -> Boolean |
| To | func SCNetworkServiceGetEnabled(_ service: SCNetworkService) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceGetInterface(_ service: SCNetworkService!) -> Unmanaged<SCNetworkInterface>! |
| To | func SCNetworkServiceGetInterface(_ service: SCNetworkService) -> SCNetworkInterface? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceGetName(_ service: SCNetworkService!) -> Unmanaged<CFString>! |
| To | func SCNetworkServiceGetName(_ service: SCNetworkService) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceGetServiceID(_ service: SCNetworkService!) -> Unmanaged<CFString>! |
| To | func SCNetworkServiceGetServiceID(_ service: SCNetworkService) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkServiceRemove(_ service: SCNetworkService!) -> Boolean |
| To | func SCNetworkServiceRemove(_ service: SCNetworkService) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceRemoveProtocolType(_ service: SCNetworkService!, _ protocolType: CFString!) -> Boolean |
| To | func SCNetworkServiceRemoveProtocolType(_ service: SCNetworkService, _ protocolType: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceSetEnabled(_ service: SCNetworkService!, _ enabled: Boolean) -> Boolean |
| To | func SCNetworkServiceSetEnabled(_ service: SCNetworkService, _ enabled: Bool) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkServiceSetName(_ service: SCNetworkService!, _ name: CFString!) -> Boolean |
| To | func SCNetworkServiceSetName(_ service: SCNetworkService, _ name: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetAddService(_ set: SCNetworkSet!, _ service: SCNetworkService!) -> Boolean |
| To | func SCNetworkSetAddService(_ set: SCNetworkSet, _ service: SCNetworkService) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetContainsInterface(_ set: SCNetworkSet!, _ interface: SCNetworkInterface!) -> Boolean |
| To | func SCNetworkSetContainsInterface(_ set: SCNetworkSet, _ interface: SCNetworkInterface) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetCopy(_ prefs: SCPreferences!, _ setID: CFString!) -> Unmanaged<SCNetworkSet>! |
| To | func SCNetworkSetCopy(_ prefs: SCPreferences, _ setID: CFString) -> SCNetworkSet? |
| Declaration | |
|---|---|
| From | func SCNetworkSetCopyAll(_ prefs: SCPreferences!) -> Unmanaged<CFArray>! |
| To | func SCNetworkSetCopyAll(_ prefs: SCPreferences) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkSetCopyCurrent(_ prefs: SCPreferences!) -> Unmanaged<SCNetworkSet>! |
| To | func SCNetworkSetCopyCurrent(_ prefs: SCPreferences) -> SCNetworkSet? |
| Declaration | |
|---|---|
| From | func SCNetworkSetCopyServices(_ set: SCNetworkSet!) -> Unmanaged<CFArray>! |
| To | func SCNetworkSetCopyServices(_ set: SCNetworkSet) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkSetCreate(_ prefs: SCPreferences!) -> Unmanaged<SCNetworkSet>! |
| To | func SCNetworkSetCreate(_ prefs: SCPreferences) -> SCNetworkSet? |
| Declaration | |
|---|---|
| From | func SCNetworkSetGetName(_ set: SCNetworkSet!) -> Unmanaged<CFString>! |
| To | func SCNetworkSetGetName(_ set: SCNetworkSet) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkSetGetServiceOrder(_ set: SCNetworkSet!) -> Unmanaged<CFArray>! |
| To | func SCNetworkSetGetServiceOrder(_ set: SCNetworkSet) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCNetworkSetGetSetID(_ set: SCNetworkSet!) -> Unmanaged<CFString>! |
| To | func SCNetworkSetGetSetID(_ set: SCNetworkSet) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkSetRemove(_ set: SCNetworkSet!) -> Boolean |
| To | func SCNetworkSetRemove(_ set: SCNetworkSet) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetRemoveService(_ set: SCNetworkSet!, _ service: SCNetworkService!) -> Boolean |
| To | func SCNetworkSetRemoveService(_ set: SCNetworkSet, _ service: SCNetworkService) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetSetCurrent(_ set: SCNetworkSet!) -> Boolean |
| To | func SCNetworkSetSetCurrent(_ set: SCNetworkSet) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetSetName(_ set: SCNetworkSet!, _ name: CFString!) -> Boolean |
| To | func SCNetworkSetSetName(_ set: SCNetworkSet, _ name: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkSetSetServiceOrder(_ set: SCNetworkSet!, _ newOrder: CFArray!) -> Boolean |
| To | func SCNetworkSetSetServiceOrder(_ set: SCNetworkSet, _ newOrder: CFArray) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesAddValue(_ prefs: SCPreferences!, _ key: CFString!, _ value: CFPropertyList!) -> Boolean |
| To | func SCPreferencesAddValue(_ prefs: SCPreferences, _ key: CFString, _ value: CFPropertyList) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesApplyChanges(_ prefs: SCPreferences!) -> Boolean |
| To | func SCPreferencesApplyChanges(_ prefs: SCPreferences) -> Bool |
Modified SCPreferencesCallBack
| Declaration | |
|---|---|
| From | typealias SCPreferencesCallBack = CFunctionPointer<((SCPreferences!, SCPreferencesNotification, UnsafeMutablePointer<Void>) -> Void)> |
| To | typealias SCPreferencesCallBack = (SCPreferences, SCPreferencesNotification, UnsafeMutablePointer<Void>) -> Void |
| Declaration | |
|---|---|
| From | func SCPreferencesCommitChanges(_ prefs: SCPreferences!) -> Boolean |
| To | func SCPreferencesCommitChanges(_ prefs: SCPreferences) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesCopyKeyList(_ prefs: SCPreferences!) -> Unmanaged<CFArray>! |
| To | func SCPreferencesCopyKeyList(_ prefs: SCPreferences) -> CFArray? |
| Declaration | |
|---|---|
| From | func SCPreferencesCreate(_ allocator: CFAllocator!, _ name: CFString!, _ prefsID: CFString!) -> Unmanaged<SCPreferences>! |
| To | func SCPreferencesCreate(_ allocator: CFAllocator?, _ name: CFString, _ prefsID: CFString?) -> SCPreferences? |
| Declaration | |
|---|---|
| From | func SCPreferencesCreateWithAuthorization(_ allocator: CFAllocator!, _ name: CFString!, _ prefsID: CFString!, _ authorization: AuthorizationRef) -> Unmanaged<SCPreferences>! |
| To | func SCPreferencesCreateWithAuthorization(_ allocator: CFAllocator?, _ name: CFString, _ prefsID: CFString?, _ authorization: AuthorizationRef) -> SCPreferences? |
| Declaration | |
|---|---|
| From | func SCPreferencesGetSignature(_ prefs: SCPreferences!) -> Unmanaged<CFData>! |
| To | func SCPreferencesGetSignature(_ prefs: SCPreferences) -> CFData? |
| Declaration | |
|---|---|
| From | func SCPreferencesGetValue(_ prefs: SCPreferences!, _ key: CFString!) -> Unmanaged<CFPropertyList>! |
| To | func SCPreferencesGetValue(_ prefs: SCPreferences, _ key: CFString) -> CFPropertyList? |
| Declaration | |
|---|---|
| From | func SCPreferencesLock(_ prefs: SCPreferences!, _ wait: Boolean) -> Boolean |
| To | func SCPreferencesLock(_ prefs: SCPreferences, _ wait: Bool) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesPathCreateUniqueChild(_ prefs: SCPreferences!, _ prefix: CFString!) -> Unmanaged<CFString>! |
| To | func SCPreferencesPathCreateUniqueChild(_ prefs: SCPreferences, _ prefix: CFString) -> CFString? |
| Declaration | |
|---|---|
| From | func SCPreferencesPathGetLink(_ prefs: SCPreferences!, _ path: CFString!) -> Unmanaged<CFString>! |
| To | func SCPreferencesPathGetLink(_ prefs: SCPreferences, _ path: CFString) -> CFString? |
| Declaration | |
|---|---|
| From | func SCPreferencesPathGetValue(_ prefs: SCPreferences!, _ path: CFString!) -> Unmanaged<CFDictionary>! |
| To | func SCPreferencesPathGetValue(_ prefs: SCPreferences, _ path: CFString) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCPreferencesPathRemoveValue(_ prefs: SCPreferences!, _ path: CFString!) -> Boolean |
| To | func SCPreferencesPathRemoveValue(_ prefs: SCPreferences, _ path: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesPathSetLink(_ prefs: SCPreferences!, _ path: CFString!, _ link: CFString!) -> Boolean |
| To | func SCPreferencesPathSetLink(_ prefs: SCPreferences, _ path: CFString, _ link: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesPathSetValue(_ prefs: SCPreferences!, _ path: CFString!, _ value: CFDictionary!) -> Boolean |
| To | func SCPreferencesPathSetValue(_ prefs: SCPreferences, _ path: CFString, _ value: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesRemoveValue(_ prefs: SCPreferences!, _ key: CFString!) -> Boolean |
| To | func SCPreferencesRemoveValue(_ prefs: SCPreferences, _ key: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesScheduleWithRunLoop(_ prefs: SCPreferences!, _ runLoop: CFRunLoop!, _ runLoopMode: CFString!) -> Boolean |
| To | func SCPreferencesScheduleWithRunLoop(_ prefs: SCPreferences, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesSetCallback(_ prefs: SCPreferences!, _ callout: SCPreferencesCallBack, _ context: UnsafeMutablePointer<SCPreferencesContext>) -> Boolean |
| To | func SCPreferencesSetCallback(_ prefs: SCPreferences, _ callout: SCPreferencesCallBack?, _ context: UnsafeMutablePointer<SCPreferencesContext>) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesSetComputerName(_ prefs: SCPreferences!, _ name: CFString!, _ nameEncoding: CFStringEncoding) -> Boolean |
| To | func SCPreferencesSetComputerName(_ prefs: SCPreferences, _ name: CFString, _ nameEncoding: CFStringEncoding) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesSetDispatchQueue(_ prefs: SCPreferences!, _ queue: dispatch_queue_t!) -> Boolean |
| To | func SCPreferencesSetDispatchQueue(_ prefs: SCPreferences, _ queue: dispatch_queue_t?) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesSetLocalHostName(_ prefs: SCPreferences!, _ name: CFString!) -> Boolean |
| To | func SCPreferencesSetLocalHostName(_ prefs: SCPreferences, _ name: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesSetValue(_ prefs: SCPreferences!, _ key: CFString!, _ value: CFPropertyList!) -> Boolean |
| To | func SCPreferencesSetValue(_ prefs: SCPreferences, _ key: CFString, _ value: CFPropertyList) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesSynchronize(_ prefs: SCPreferences!) |
| To | func SCPreferencesSynchronize(_ prefs: SCPreferences) |
| Declaration | |
|---|---|
| From | func SCPreferencesUnlock(_ prefs: SCPreferences!) -> Boolean |
| To | func SCPreferencesUnlock(_ prefs: SCPreferences) -> Bool |
| Declaration | |
|---|---|
| From | func SCPreferencesUnscheduleFromRunLoop(_ prefs: SCPreferences!, _ runLoop: CFRunLoop!, _ runLoopMode: CFString!) -> Boolean |
| To | func SCPreferencesUnscheduleFromRunLoop(_ prefs: SCPreferences, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceCopyAll(_ prefs: SCPreferences!) -> Unmanaged<CFArray>! |
| To | func SCVLANInterfaceCopyAll(_ prefs: SCPreferences) -> CFArray |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceCopyAvailablePhysicalInterfaces() -> Unmanaged<CFArray>! |
| To | func SCVLANInterfaceCopyAvailablePhysicalInterfaces() -> CFArray |
Modified SCVLANInterfaceCreate(_: SCPreferences, _: SCNetworkInterface, _: CFNumber) -> SCVLANInterface?
| Declaration | |
|---|---|
| From | func SCVLANInterfaceCreate(_ prefs: SCPreferences!, _ physical: SCNetworkInterface!, _ tag: CFNumber!) -> Unmanaged<SCVLANInterface>! |
| To | func SCVLANInterfaceCreate(_ prefs: SCPreferences, _ physical: SCNetworkInterface, _ tag: CFNumber) -> SCVLANInterface? |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceGetOptions(_ vlan: SCVLANInterface!) -> Unmanaged<CFDictionary>! |
| To | func SCVLANInterfaceGetOptions(_ vlan: SCVLANInterface) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceGetPhysicalInterface(_ vlan: SCVLANInterface!) -> Unmanaged<SCNetworkInterface>! |
| To | func SCVLANInterfaceGetPhysicalInterface(_ vlan: SCVLANInterface) -> SCNetworkInterface? |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceGetTag(_ vlan: SCVLANInterface!) -> Unmanaged<CFNumber>! |
| To | func SCVLANInterfaceGetTag(_ vlan: SCVLANInterface) -> CFNumber? |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceRemove(_ vlan: SCVLANInterface!) -> Boolean |
| To | func SCVLANInterfaceRemove(_ vlan: SCVLANInterface) -> Bool |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceSetLocalizedDisplayName(_ vlan: SCVLANInterface!, _ newName: CFString!) -> Boolean |
| To | func SCVLANInterfaceSetLocalizedDisplayName(_ vlan: SCVLANInterface, _ newName: CFString) -> Bool |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceSetOptions(_ vlan: SCVLANInterface!, _ newOptions: CFDictionary!) -> Boolean |
| To | func SCVLANInterfaceSetOptions(_ vlan: SCVLANInterface, _ newOptions: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCVLANInterfaceSetPhysicalInterfaceAndTag(_ vlan: SCVLANInterface!, _ physical: SCNetworkInterface!, _ tag: CFNumber!) -> Boolean |
| To | func SCVLANInterfaceSetPhysicalInterfaceAndTag(_ vlan: SCVLANInterface, _ physical: SCNetworkInterface, _ tag: CFNumber) -> Bool |