<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_framer_start_result_t",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@EA@nw_framer_start_result_t"
  },
  "title" : "nw_framer_start_result_t"
}
-->

# nw_framer_start_result_t

Results that you send to indicate the disposition of your protocol after the start handler is invoked.

```
struct nw_framer_start_result_t
```

## Topics

### Start Results

[`nw_framer_start_result_ready`](/documentation/Network/nw_framer_start_result_ready)

The protocol is immediately ready to send and receive data.

[`nw_framer_start_result_will_mark_ready`](/documentation/Network/nw_framer_start_result_will_mark_ready)

The protocol will perform a handshake, preventing the overall connection from becoming ready until [`nw_framer_mark_ready(_:)`](/documentation/Network/nw_framer_mark_ready(_:)) is called.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)