---
title: "SCNetworkProtocolGetEnabled(_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scnetworkprotocolgetenabled(_:)"
---

# SCNetworkProtocolGetEnabled(_:)

Returns a Boolean value indicating whether the specified protocol is enabled.

## Declaration

```swift
func SCNetworkProtocolGetEnabled(_ protocol: SCNetworkProtocol) -> Bool
```

## Parameters

- `protocol`: The network protocol.

## Return Value

Return Value TRUE if the protocol is enabled; otherwise, FALSE.

## See Also

### Configuring Network Protocols

- [SCNetworkProtocolGetConfiguration(_:)](systemconfiguration/scnetworkprotocolgetconfiguration(_:).md)
- [SCNetworkProtocolGetProtocolType(_:)](systemconfiguration/scnetworkprotocolgetprotocoltype(_:).md)
- [SCNetworkProtocolGetTypeID()](systemconfiguration/scnetworkprotocolgettypeid().md)
- [SCNetworkProtocolSetConfiguration(_:_:)](systemconfiguration/scnetworkprotocolsetconfiguration(_:_:).md)
- [SCNetworkProtocolSetEnabled(_:_:)](systemconfiguration/scnetworkprotocolsetenabled(_:_:).md)
