Contents

SCVLANInterfaceSetOptions(_:_:)

Sets the specified configuration settings for the specified virtual LAN (VLAN) interface.

Declaration

func SCVLANInterfaceSetOptions(_ vlan: SCVLANInterface, _ newOptions: CFDictionary) -> Bool

Parameters

  • 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