SCVLANInterfaceSetLocalizedDisplayName(_:_:)
Sets the localized display name for the specified virtual LAN (VLAN) interface.
Declaration
func SCVLANInterfaceSetLocalizedDisplayName(_ vlan: SCVLANInterface, _ newName: CFString) -> BoolParameters
- vlan:
The VLAN interface.
- newName:
The new display name.
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(_:)SCVLANInterfaceSetOptions(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)