SCDynamicStoreKeyCreateNetworkInterface(_:_:)
Creates a dynamic store key that can be used to access the network interface configuration information in the dynamic store.
Declaration
func SCDynamicStoreKeyCreateNetworkInterface(_ allocator: CFAllocator?, _ domain: CFString) -> CFStringParameters
- allocator:
The allocator that should be used to allocate memory for this key. This parameter may be
NULLin which case the current default allocator is used. If this value is not a valid Cfallocator, the behavior is undefined. - domain:
The desired domain, such as the requested configuration or the current state.
Return Value
A string containing the formatted key.
See Also
Group
SCDynamicStoreKeyCreateNetworkGlobalEntity(_:_:_:)SCDynamicStoreKeyCreateNetworkInterfaceEntity(_:_:_:_:)SCDynamicStoreKeyCreateNetworkServiceEntity(_:_:_:_:)SCDynamicStoreKeyCreateComputerName(_:)SCDynamicStoreKeyCreateConsoleUser(_:)SCDynamicStoreKeyCreateHostNames(_:)SCDynamicStoreKeyCreateLocation(_:)SCDynamicStoreKeyCreateProxies(_:)