SystemConfiguration Changes for Swift
SystemConfiguration
Modified SCBondStatus
| Name | Declaration | |
|---|---|---|
| From | SCBondStatusRef | typealias SCBondStatusRef = SCBondStatus |
| To | SCBondStatus | class SCBondStatus {
} |
Modified SCDynamicStore
| Name | Declaration | |
|---|---|---|
| From | SCDynamicStoreRef | typealias SCDynamicStoreRef = SCDynamicStore |
| To | SCDynamicStore | class SCDynamicStore {
} |
Modified SCNetworkConnection
| Name | Declaration | |
|---|---|---|
| From | SCNetworkConnectionRef | typealias SCNetworkConnectionRef = SCNetworkConnection |
| To | SCNetworkConnection | class SCNetworkConnection {
} |
Modified SCNetworkInterface
| Name | Declaration | |
|---|---|---|
| From | SCNetworkInterfaceRef | typealias SCNetworkInterfaceRef = SCNetworkInterface |
| To | SCNetworkInterface | class SCNetworkInterface {
} |
Modified SCNetworkProtocol
| Name | Declaration | |
|---|---|---|
| From | SCNetworkProtocolRef | typealias SCNetworkProtocolRef = SCNetworkProtocol |
| To | SCNetworkProtocol | class SCNetworkProtocol {
} |
Modified SCNetworkReachability
| Name | Declaration | |
|---|---|---|
| From | SCNetworkReachabilityRef | typealias SCNetworkReachabilityRef = SCNetworkReachability |
| To | SCNetworkReachability | class SCNetworkReachability {
} |
Modified SCNetworkService
| Name | Declaration | |
|---|---|---|
| From | SCNetworkServiceRef | typealias SCNetworkServiceRef = SCNetworkService |
| To | SCNetworkService | class SCNetworkService {
} |
Modified SCNetworkSet
| Name | Declaration | |
|---|---|---|
| From | SCNetworkSetRef | typealias SCNetworkSetRef = SCNetworkSet |
| To | SCNetworkSet | class SCNetworkSet {
} |
Modified SCPreferences
| Name | Declaration | |
|---|---|---|
| From | SCPreferencesRef | typealias SCPreferencesRef = SCPreferences |
| To | SCPreferences | class SCPreferences {
} |
Modified SCBondInterface
| Declaration | |
|---|---|
| From | typealias SCBondInterfaceRef = SCBondInterface |
| To | typealias SCBondInterface = SCNetworkInterfaceRef |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolGetConfiguration(_ `protocol`: SCNetworkProtocol) -> CFDictionary? |
| To | func SCNetworkProtocolGetConfiguration(_ protocol: SCNetworkProtocol) -> CFDictionary? |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolGetEnabled(_ `protocol`: SCNetworkProtocol) -> Bool |
| To | func SCNetworkProtocolGetEnabled(_ protocol: SCNetworkProtocol) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolGetProtocolType(_ `protocol`: SCNetworkProtocol) -> CFString? |
| To | func SCNetworkProtocolGetProtocolType(_ protocol: SCNetworkProtocol) -> CFString? |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolSetConfiguration(_ `protocol`: SCNetworkProtocol, _ config: CFDictionary) -> Bool |
| To | func SCNetworkProtocolSetConfiguration(_ protocol: SCNetworkProtocol, _ config: CFDictionary) -> Bool |
| Declaration | |
|---|---|
| From | func SCNetworkProtocolSetEnabled(_ `protocol`: SCNetworkProtocol, _ enabled: Bool) -> Bool |
| To | func SCNetworkProtocolSetEnabled(_ protocol: SCNetworkProtocol, _ enabled: Bool) -> Bool |