SCVLANInterfaceGetTag(_:)
Returns the tag for the specified virtual LAN (VLAN) interface.
Declaration
func SCVLANInterfaceGetTag(_ vlan: SCVLANInterface) -> CFNumber?Parameters
- vlan:
The VLAN interface.
Return Value
The tag for the VLAN interface.
See Also
Configuring VLAN Interfaces
SCVLANInterfaceCopyAll(_:)SCVLANInterfaceCopyAvailablePhysicalInterfaces()SCVLANInterfaceCreate(_:_:_:)SCVLANInterfaceGetOptions(_:)SCVLANInterfaceGetPhysicalInterface(_:)SCVLANInterfaceRemove(_:)SCVLANInterfaceSetLocalizedDisplayName(_:_:)SCVLANInterfaceSetOptions(_:_:)SCVLANInterfaceSetPhysicalInterfaceAndTag(_:_:_:)