Uses of Class
com.metratec.lib.connection.ICommConnection
-
-
Uses of ICommConnection in com.metratec.lib.connection
Subclasses of ICommConnection in com.metratec.lib.connection Modifier and Type Class Description class
AbstractTcpConnection
Represents tcp connectionsclass
FileConnection
This is an implementation of ICommConnection that relies only on standard JRE file APIs.class
MpsLegacyTunnelConnection
A connection to a slave device behind a MPS Master (MPS Beacon, BraceID, etc.).class
MpsTunnelConnection
A connection to a slave device behind a MPS Master (MPS Beacon, BraceID, etc.).class
PrinterConnection
A connection to a printer.class
Rs232Connection
A connection to a rs232 deviceclass
SerialConnection
Abstract parent class for the serial connectionsclass
SslTcpConnection
A connection to a ssl tcp port
Notes:InputStream.available()
allways return 0 !class
TcpConnection
A connection to a tcp portclass
UsbConnection
A connection to a usb deviceMethods in com.metratec.lib.connection that return ICommConnection Modifier and Type Method Description ICommConnection
MpsTunnelConnection. getMasterConn()
Constructors in com.metratec.lib.connection with parameters of type ICommConnection Constructor Description MpsLegacyTunnelConnection(ICommConnection connection)
Construct a MPS Tunneling Connection.MpsLegacyTunnelConnection(ICommConnection connection, java.lang.String slaveEID)
Construct a MPS Tunneling Connection.MpsTunnelConnection(ICommConnection connection)
Construct a MPS Tunneling Connection.MpsTunnelConnection(ICommConnection connection, java.lang.String slaveEID)
Construct a MPS Tunneling Connection. -
Uses of ICommConnection in com.metratec.lib.connection.server
Methods in com.metratec.lib.connection.server with parameters of type ICommConnection Modifier and Type Method Description void
ClientConnectionListener. clientConnected(ICommConnection connection)
Called if a new client has connected -
Uses of ICommConnection in com.metratec.lib.rfidreader
Methods in com.metratec.lib.rfidreader with parameters of type ICommConnection Modifier and Type Method Description static MetratecReader<?>
ReaderFactory. connectReader(java.lang.String identifier, ICommConnection connection)
static MetratecReader<?>
ReaderFactory. connectReader(java.lang.String identifier, ICommConnection connection, RfidReaderEventListener listener)
Constructors in com.metratec.lib.rfidreader with parameters of type ICommConnection Constructor Description MetratecReader(java.lang.String identifier, ICommConnection connection)
Construct a new StandardReader instance with the specified connectionMetratecReaderGen1(java.lang.String identifier, ICommConnection connection)
Construct a new StandardReader instance with the specified connectionMetratecReaderGen2(java.lang.String identifier, ICommConnection connection)
Construct a new StandardReader instance with the specified connection -
Uses of ICommConnection in com.metratec.lib.rfidreader.iso
Constructors in com.metratec.lib.rfidreader.iso with parameters of type ICommConnection Constructor Description DeskID_ISO(java.lang.String identifier, ICommConnection connection)
Creates a new DeskID_ISO with the specified connectionDeskID_ISO(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new DeskID_ISO with the specified connection and reader modeDMI15(java.lang.String identifier, ICommConnection connection)
Creates a new DMI15 with the specified connectionDMI15(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new DMI15 with the specified connection and reader modeDwarf15(java.lang.String identifier, ICommConnection connection)
Creates a new Dwarf15 with the specified connectionDwarf15(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new Dwarf15 with the specified connection and reader modeQR15(java.lang.String identifier, ICommConnection connection)
Creates a new QR15 with the specified connectionQR15(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new QR15 with the specified connection and reader modeQuasarLR(java.lang.String identifier, ICommConnection connection)
Creates a new QuasarLR with the specified connectionQuasarLR(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new QuasarLR with the specified connection and reader modeQuasarMX(java.lang.String identifier, ICommConnection connection)
Creates a new QuasarMX with the specified connectionQuasarMX(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new QuasarMX with the specified connection and reader mode -
Uses of ICommConnection in com.metratec.lib.rfidreader.mf
Constructors in com.metratec.lib.rfidreader.mf with parameters of type ICommConnection Constructor Description DeskID_MF(java.lang.String identifier, ICommConnection connection)
Creates a new DeskID_MF with the specified connectionDwarf14(java.lang.String identifier, ICommConnection connection)
Creates a new Dwarf14 with the specified connectionQR14(java.lang.String identifier, ICommConnection connection)
Creates a new QR14 with the specified connectionQuasarMF(java.lang.String identifier, ICommConnection connection)
Creates a new QuasarMF with the specified connection -
Uses of ICommConnection in com.metratec.lib.rfidreader.uhf
Constructors in com.metratec.lib.rfidreader.uhf with parameters of type ICommConnection Constructor Description DeskID_UHF(java.lang.String identifier, ICommConnection connection)
Creates a new DeskID_UHF with the specified connectionDeskID_UHF(java.lang.String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new DeskID_UHF with the specified connection and reader modeDwarfG2(java.lang.String identifier, ICommConnection connection)
Creates a new DwarfG2 with the specified connectionDwarfG2(java.lang.String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new DwarfG2 with the specified connection and reader modeDwarfG2Mini(java.lang.String identifier, ICommConnection connection)
Creates a new DwarfG2 with the specified connectionDwarfG2Mini(java.lang.String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new DwarfG2 with the specified connection and reader modePulsarLR(java.lang.String identifier, ICommConnection connection)
Creates a new PulsarLR with the specified connectionPulsarMX(java.lang.String identifier, ICommConnection connection)
Creates a new PulsarMX with the specified connectionPulsarMX(java.lang.String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new PulsarMX with the specified connection and reader modeUHFReaderGen2(java.lang.String identifier, ICommConnection connection)
Create a new instance
-