Class DualDisplayCloverTransport

java.lang.Object
com.clover.remote.client.transport.CloverTransport
com.clover.remote.client.transport.usb.DualDisplayCloverTransport
All Implemented Interfaces:
ICloverTransport

public class DualDisplayCloverTransport extends CloverTransport
  • Constructor Details

    • DualDisplayCloverTransport

      public DualDisplayCloverTransport(android.content.Context context)
  • Method Details

    • initializeConnection

      public void initializeConnection()
      Description copied from interface: ICloverTransport
      Initializes the connection using the underlying transport
    • dispose

      public void dispose()
      Description copied from interface: ICloverTransport
      Closes the connection to the underlying transport
      Specified by:
      dispose in interface ICloverTransport
      Overrides:
      dispose in class CloverTransport
    • closeContentClient

      public void closeContentClient()
    • sendMessage

      public int sendMessage(String message) throws NotYetConnectedException
      Description copied from interface: ICloverTransport
      Sends the specified encoded message
      Parameters:
      message - encoded message to send
      Returns:
      0 if successful, -1 if failure
      Throws:
      NotYetConnectedException - if the message is sent when the underlying transport is not connected