Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f9
/
sdk
/
dart
/
zircon
/
Socket
/
PEER_CLOSED-constant.md
blob: 06a815db343ca169810cf9dd3a5295725d4c9715 [
file
] [
log
] [
blame
] [
view
]
# PEER_CLOSED constant
int
const
PEER_CLOSED
## Implementation
```dart
static const int PEER_CLOSED = ZX.SOCKET_PEER_CLOSED;
```