SCVLANInterfaceGetPhysicalInterface(_:)
Returns the physical interface for the specified virtual LAN (VLAN) interface.
Declaration
func SCVLANInterfaceGetPhysicalInterface(_ vlan: SCVLANInterface) -> SCNetworkInterface?Parameters
- vlan:
The VLAN interface.
Return Value
The list of interfaces.
See Also
Configuring VLAN Interfaces
SCVLANInterfaceCopyAll(_:)SCVLANInterfaceCopyAvailablePhysicalInterfaces()SCVLANInterfaceCreate(_:_:_:)SCVLANInterfaceGetOptions(_:)SCVLANInterfaceGetTag(_:)SCVLANInterfaceRemove(_:)SCVLANInterfaceSetLocalizedDisplayName(_:_:)SCVLANInterfaceSetOptions(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)