<!--
{
  "availability" : [
    "*: -",
    "DriverKit: -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkingDriverKit",
  "identifier" : "/documentation/NetworkingDriverKit/IOUserNetworkLinkStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "NetworkingDriverKit"
    ],
    "preciseIdentifier" : "c:@T@IOUserNetworkLinkStatus"
  },
  "title" : "IOUserNetworkLinkStatus"
}
-->

# IOUserNetworkLinkStatus

A type for specifying the state of your device’s connection.

```
typedef uint32_t IOUserNetworkLinkStatus;
```

## Topics

### Specifying the Link Status

[Link Status Constants](/documentation/NetworkingDriverKit/link-status-constants)

Constants describing the state of the link between the device and your driver.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)