SCVLANInterfaceSetOptions(_:_:)
Sets the specified configuration settings for the specified virtual LAN (VLAN) interface.
Declaration
func SCVLANInterfaceSetOptions(_ vlan: SCVLANInterface, _ newOptions: CFDictionary) -> BoolParameters
- vlan:
The VLAN interface.
- newOptions:
The new configuration settings for the VLAN interface.
Return Value
TRUE if the configuration was stored; FALSE if an error occurred.
See Also
Configuring VLAN Interfaces
SCVLANInterfaceCopyAll(_:)SCVLANInterfaceCopyAvailablePhysicalInterfaces()SCVLANInterfaceCreate(_:_:_:)SCVLANInterfaceGetOptions(_:)SCVLANInterfaceGetPhysicalInterface(_:)SCVLANInterfaceGetTag(_:)SCVLANInterfaceRemove(_:)SCVLANInterfaceSetLocalizedDisplayName(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)