---
title: NEHotspotHelperCommand
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/nehotspothelpercommand
---

# NEHotspotHelperCommand

A command for the hotspot helper to handle.

## Declaration

```swift
class NEHotspotHelperCommand
```

## Overview

Overview NEHotspostHelperCommand objects are passed to the the Hotspot Helper app’s command handler block. The Hotspot Helper app processes the command, instantiates an NEHotspotHelperResponse object, sets the annotated network or networkList (Evaluate or FilterScanList commands only), and then delivers the response to the system.

## Topics

### Command information

- [commandType](networkextension/nehotspothelpercommand/commandtype.md)
- [NEHotspotHelperCommandType](networkextension/nehotspothelpercommandtype.md)
- [network](networkextension/nehotspothelpercommand/network.md)
- [networkList](networkextension/nehotspothelpercommand/networklist.md)

### Networking on the hotspot network

- [bind(to:)](foundation/nsmutableurlrequest/bind(to:).md)
- [createTCPConnection(_:)](networkextension/nehotspothelpercommand/createtcpconnection(_:).md)
- [createUDPSession(_:)](networkextension/nehotspothelpercommand/createudpsession(_:).md)

### Response creation

- [createResponse(_:)](networkextension/nehotspothelpercommand/createresponse(_:).md)
- [NEHotspotHelperResult](networkextension/nehotspothelperresult.md)

### Instance Properties

- [interface](networkextension/nehotspothelpercommand/interface-46dq.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)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Commands

- [NEHotspotHelperResponse](networkextension/nehotspothelperresponse.md)
- [NEHotspotNetwork](networkextension/nehotspotnetwork.md)
