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

# init(_:)

Creates an instance of the service class structure.

## Declaration

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

## Parameters

- `rawValue`: The raw value of the service class.

## See Also

### Creating a service class instance

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