SCBondInterfaceSetLocalizedDisplayName(_:_:)
Sets the localized display name for the specified Ethernet bond interface.
Declaration
func SCBondInterfaceSetLocalizedDisplayName(_ bond: SCBondInterface, _ newName: CFString) -> BoolParameters
- bond:
The Ethernet bond interface.
- newName:
The new display name.
Return Value
TRUE if the configuration was stored; FALSE if an error occurred.
See Also
Configuring Ethernet Bond Interfaces
SCBondInterfaceCopyAll(_:)SCBondInterfaceCopyAvailableMemberInterfaces(_:)SCBondInterfaceCopyStatus(_:)SCBondInterfaceCreate(_:)SCBondInterfaceGetMemberInterfaces(_:)SCBondInterfaceGetOptions(_:)SCBondInterfaceRemove(_:)SCBondInterfaceSetMemberInterfaces(_:_:)SCBondInterfaceSetOptions(_:_:)SCBondStatusGetInterfaceStatus(_:_:)SCBondStatusGetMemberInterfaces(_:)SCBondStatusGetTypeID()