SCVLANInterfaceRemove(_:)
Removes the virtual LAN (VLAN) interface from the configuration.
Declaration
func SCVLANInterfaceRemove(_ vlan: SCVLANInterface) -> BoolParameters
- vlan:
The VLAN interface to remove.
Return Value
TRUE if the interface was removed; FALSE if an error occurred.
See Also
Configuring VLAN Interfaces
SCVLANInterfaceCopyAll(_:)SCVLANInterfaceCopyAvailablePhysicalInterfaces()SCVLANInterfaceCreate(_:_:_:)SCVLANInterfaceGetOptions(_:)SCVLANInterfaceGetPhysicalInterface(_:)SCVLANInterfaceGetTag(_:)SCVLANInterfaceSetLocalizedDisplayName(_:_:)SCVLANInterfaceSetOptions(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)