pub extern "C-unwind" fn SCVLANInterfaceGetTag(
vlan: &SCVLANInterface,
) -> Option<CFRetained<CFNumber>>
Available on crate feature
SCNetworkConfiguration
only.Expand description
Returns the tag for the specified VLAN interface.
Parameter vlan
: The SCVLANInterface interface.
Returns: The tag.