Contents

SCNetworkInterfaceCopyMediaSubTypeOptions(_:_:)

Returns a list of available media options for the specified interface configuration options and subtype.

Declaration

func SCNetworkInterfaceCopyMediaSubTypeOptions(_ available: CFArray, _ subType: CFString) -> CFArray?

Parameters

Return Value

An array of available media options, or NULL if no options are available. Each of the available options is returned as an array of strings.

See Also

Configuring Network Interfaces