SCVLANInterfaceCopyAll(_:)
Returns all virtual LAN (VLAN) interfaces on the system.
Declaration
func SCVLANInterfaceCopyAll(_ prefs: SCPreferences) -> CFArrayParameters
- prefs:
The preferences session.
Return Value
The list of VLAN interfaces on the system. You must release the returned value.
See Also
Configuring VLAN Interfaces
SCVLANInterfaceCopyAvailablePhysicalInterfaces()SCVLANInterfaceCreate(_:_:_:)SCVLANInterfaceGetOptions(_:)SCVLANInterfaceGetPhysicalInterface(_:)SCVLANInterfaceGetTag(_:)SCVLANInterfaceRemove(_:)SCVLANInterfaceSetLocalizedDisplayName(_:_:)SCVLANInterfaceSetOptions(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)