<!--
{
  "availability" : [
    "iOS: 18.1.0 -",
    "iPadOS: 18.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SecureElementCredential",
  "identifier" : "/documentation/SecureElementCredential/CredentialSession/State-swift.enum/wired(credential:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "SecureElementCredential"
    ],
    "preciseIdentifier" : "s:23SecureElementCredential0C7SessionC5StateO5wiredyAeC0C0V_tcAEmF"
  },
  "title" : "CredentialSession.State.wired(credential:)"
}
-->

# CredentialSession.State.wired(credential:)

The state for performing wired operations with a given credential.

```
case wired(credential: CredentialSession.Credential)
```

## Parameters

`credential`

The credential currently in use by the session.

## Discussion

In the wired state, the session can call [`transceive(_:)`](/documentation/SecureElementCredential/CredentialSession/transceive(_:)) to exchange data with the selected credential.

---

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)