# DiscoveredServer

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Discovery.swift#L9
- **Page:** https://libtmux.org/reference/swift/discoveredserver/

A tmux server found listening on a socket.

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `socketPath` (property)
- `processID` (property)
- `sessionCount` (property)
- `init(socketPath:processID:sessionCount:)` (method)
- `init(from:)` (method) — Creates a new instance by decoding from the given decoder.
