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
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, String slaveEID)
Construct a MPS Tunneling Connection.MpsTunnelConnection(ICommConnection connection)
Construct a MPS Tunneling Connection.MpsTunnelConnection(ICommConnection connection, 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
Constructors in com.metratec.lib.rfidreader with parameters of type ICommConnection Constructor Description ConnectableDevice(String identifier, ICommConnection connection)
Construct a new StandardReader instance with the specified connectionStandardReader(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 DMI15(String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new UHFReader with the specified connection and reader modeDwarf15(String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new UHFReader with the specified connection and reader modeISOReader(String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri, String... minReaderRevision)
Creates a new MifareReader with the specified connection, mode and sriQR15(String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new UHFReader with the specified connection and reader modeQuasarLR(String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new UHFReader with the specified connection and reader modeQuasarMX(String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new UHFReader 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 Dwarf14(String identifier, ICommConnection connection)
Creates a new UHFReader with the specified connection and reader modeMFReader(String identifier, ICommConnection connection, String... minReaderRevision)
Creates a new MifareReader with the specified connectionQR14(String identifier, ICommConnection connection)
Creates a new UHFReader with the specified connection and reader modeQuasarMF(String identifier, ICommConnection connection)
Creates a new UHFReader with the specified connection and reader mode -
Uses of ICommConnection in com.metratec.lib.rfidreader.uhf
Constructors in com.metratec.lib.rfidreader.uhf with parameters of type ICommConnection Constructor Description DwarfG2(String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new UHFReader with the specified connection and reader modeDwarfG2Mini(String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new UHFReader with the specified connection and reader modePulsarLR(String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new UHFReader with the specified connection and reader mode.PulsarMX(String identifier, ICommConnection connection, UHFReader.READER_MODE mode)
Creates a new UHFReader with the specified connection and reader modeUHFReader(String identifier, ICommConnection connection, UHFReader.READER_MODE mode, String... minReaderRevision)
Creates a new UHFReader with the specified connection and reader mode
-