SCVLANInterfaceGetOptions(_:)
Returns the configuration settings associated with the virtual LAN (VLAN) interface.
Declaration
func SCVLANInterfaceGetOptions(_ vlan: SCVLANInterface) -> CFDictionary?Parameters
- vlan:
The VLAN interface.
Return Value
The configuration settings associated with the VLAN interface, or NULL if no changes to the default configuration have been saved.
See Also
Configuring VLAN Interfaces
SCVLANInterfaceCopyAll(_:)SCVLANInterfaceCopyAvailablePhysicalInterfaces()SCVLANInterfaceCreate(_:_:_:)SCVLANInterfaceGetPhysicalInterface(_:)SCVLANInterfaceGetTag(_:)SCVLANInterfaceRemove(_:)SCVLANInterfaceSetLocalizedDisplayName(_:_:)SCVLANInterfaceSetOptions(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)