Peer constructor

Peer(
  1. TxSocket _socket,
  2. bool _debug,
  3. TelnyxClient _txClient
)

Implementation

Peer(this._socket, this._debug, this._txClient);