<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoTokenKit",
  "identifier" : "/documentation/CryptoTokenKit/TKSmartCardATR/InterfaceGroup",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "CryptoTokenKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TKSmartCardATRInterfaceGroup"
  },
  "title" : "TKSmartCardATR.InterfaceGroup"
}
-->

# TKSmartCardATR.InterfaceGroup

A single interface-bytes group for a Smart Card ATR (Answer to Reset).

```
class InterfaceGroup
```

## Overview

You access instances of this class by calling the [`interfaceGroup(at:)`](/documentation/CryptoTokenKit/TKSmartCardATR/interfaceGroup(at:)) and [`interfaceGroup(for:)`](/documentation/CryptoTokenKit/TKSmartCardATR/interfaceGroup(for:)) methods on an [`TKSmartCardATR`](/documentation/CryptoTokenKit/TKSmartCardATR) object.

## Topics

### Accessing Interface Group Protocol and Bytes

[`protocol`](/documentation/CryptoTokenKit/TKSmartCardATR/InterfaceGroup/protocol)

The protocol for this group.

[`ta`](/documentation/CryptoTokenKit/TKSmartCardATR/InterfaceGroup/ta)

The TA interface byte of ATR group, or `nil` if TA is not present.

[`tb`](/documentation/CryptoTokenKit/TKSmartCardATR/InterfaceGroup/tb)

The TB interface byte of ATR group, or `nil` if TB is not present.

[`tc`](/documentation/CryptoTokenKit/TKSmartCardATR/InterfaceGroup/tc)

The TC interface byte of ATR group, or `nil` if TC is not present.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)