---
title: "init(_:)"
framework: network
role: symbol
role_heading: Initializer
path: "network/nw_multipath_service_t/init(_:)"
---

# init(_:)

Creates an instance of the multipath service type structure.

## Declaration

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

## Parameters

- `rawValue`: The raw value of the multipath service type.

## See Also

### Creating a multipath service type instance

- [init(rawValue:)](network/nw_multipath_service_t/init(rawvalue:).md)
