---
title: NEPrivateLTENetwork
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/neprivateltenetwork
---

# NEPrivateLTENetwork

The parameters of a private LTE network.

## Declaration

```swift
class NEPrivateLTENetwork
```

## Overview

Overview Populate your manager’s matchPrivateLTENetworks with an array of objects of this type. The system starts the provider when the device’s current private LTE provider matches the properties of any member of the array.

## Topics

### Accessing network properties

- [mobileCountryCode](networkextension/neprivateltenetwork/mobilecountrycode.md)
- [mobileNetworkCode](networkextension/neprivateltenetwork/mobilenetworkcode.md)
- [trackingAreaCode](networkextension/neprivateltenetwork/trackingareacode.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Matching Wi-Fi networks

- [matchSSIDs](networkextension/neapppushmanager/matchssids.md)
- [matchPrivateLTENetworks](networkextension/neapppushmanager/matchprivateltenetworks.md)
