Uses of Interface
com.upek.android.ptapi.PtConnectionI

Packages that use PtConnectionI
com.upek.android.ptapi   
 

Uses of PtConnectionI in com.upek.android.ptapi
 

Subinterfaces of PtConnectionI in com.upek.android.ptapi
 interface PtConnectionAdvancedI
          Extends PTAPI connection interface with advanced security operations.
 interface PtConnectionManufacturingI
          Extends PTAPI connection interface with manufacturing operations.
 

Classes in com.upek.android.ptapi that implement PtConnectionI
 class PtConnection
          Represents one opened connection object.
 

Methods in com.upek.android.ptapi that return PtConnectionI
 PtConnectionI PtGlobal.open(java.lang.String dsn)
           
 PtConnectionI PtGlobalI.open(java.lang.String dsn)
          Open new "local" connection to TFM.
 PtConnectionI PtGlobal.openDevice(java.lang.String dsn)
           
 PtConnectionI PtGlobalI.openDevice(java.lang.String dsn)
          Opens and prepares connection interface with TFM/ESS.
 PtConnectionI PtGlobal.openRemote(PtCommCallback commCallback)
           
 PtConnectionI PtGlobalI.openRemote(PtCommCallback commCallback)
          Open a new connection to a remote instance of PTAPI library, set the address of a communication callback for this connection and return a connection handle.