Interface StatusConnectionWithWriteLogging

All Superinterfaces:
Connection, StatusConnection
All Known Implementing Classes:
ConnectionStatusA, RemoteStatusConnection, TcpStatusConnection, TlsStatusConnection

public interface StatusConnectionWithWriteLogging extends StatusConnection
A status connection to a Link-OS printer. The status connection requires Link-OS firmware 2.5 or higher. This connection will not block the printing channel, nor can it print. It copies data sent to the connection to the provided stream.
  • Method Details

    • addWriteLogStream

      void addWriteLogStream(OutputStream logStream)
      Adds the OutputStream to the connection to log all data written to the connected device.
      Parameters:
      logStream - log all write data to this stream.