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

# init(rawValue:)

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(_:)](network/nw_service_class_t/init(_:).md)
