---
title: StoreAndForwardStatus
framework: proximityreader
role: symbol
role_heading: Structure
path: proximityreader/storeandforwardstatus
---

# StoreAndForwardStatus

A structure that describes the Store and Forward session status.

## Declaration

```swift
struct StoreAndForwardStatus
```

## Overview

Overview A session’s StoreAndForwardStatus tells you when the Store and Forward session expires and how many successful reads the framework performed using a Store and Forward session. Call status() to get the current Store and Forward status for your device.

## Topics

### Getting the status

- [expiration](proximityreader/storeandforwardstatus/expiration.md)
- [readCount](proximityreader/storeandforwardstatus/readcount.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Store and Forward mode

- [StoreAndForwardBatch](proximityreader/storeandforwardbatch.md)
- [StoreAndForwardBatchDeletionToken](proximityreader/storeandforwardbatchdeletiontoken.md)
- [StoreAndForwardPaymentCardReaderSession](proximityreader/storeandforwardpaymentcardreadersession.md)
- [PaymentCardReaderStore](proximityreader/paymentcardreaderstore.md)
