---
title: "init(tag:value:)"
framework: cryptotokenkit
role: symbol
role_heading: Initializer
path: "cryptotokenkit/tkcompacttlvrecord/init(tag:value:)"
---

# init(tag:value:)

Initializes a TLV record with the specified tag and value.

## Declaration

```swift
init(tag: UInt8, value: Data)
```

## Parameters

- `tag`: The tag field of the record.
- `value`: The value field of the record.

## Return Value

Return Value A new TLV record containing the specified tag and value fields.
