---
title: "init(rawValue:)"
framework: network
role: symbol
role_heading: Initializer
path: "network/nw_interface_type_t/init(rawvalue:)"
---

# init(rawValue:)

Creates an instance of the interface type structure.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: The raw value of the interface type.

## See Also

### Creating an interface type instance

- [init(_:)](network/nw_interface_type_t/init(_:).md)
