# ControlReply

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

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `number` (property) — The number tmux stamped on this reply's block.
- `lines` (property) — What the command printed, one entry per line, with the block's own `%begin` and `%end` removed.
- `isError` (property) — tmux closed the block with `%error` rather than `%end`. The reason is in ``lines``, the same place a successful reply's output is.
- `init(number:lines:isError:)` (method)
