|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.pios.connection.ConnectionParameters
com.sap.ip.me.api.pios.rfid.RfidParameters
This class represents the RFID parameters required to open an RFID connection. Use the RfidParameters class instance as a parameter to the open method of the Connector to create an RFID connection.
Example: Set RFID parameters and open an RFID connection.
Connector connector = Connector.getInstance();
DriverInfo[] rfidDrivers = connector.listDrivers(ConnectionType.RFID);
RfidParameters rfidParams = new RfidParameters(rfidDrivers[0]);
RfidConnection rfidConnection = (RfidConnection)connector.open(rfidParams);
ConnectionParameters
,
DriverInfo
,
Enumeration
,
RfidConnection
Constructor Summary | |
RfidParameters(DriverInfo info)
Creates a new RfidParameters object given the driver info. |
Methods inherited from class com.sap.ip.me.api.pios.connection.ConnectionParameters |
getConnection, getDriver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RfidParameters(DriverInfo info)
info
- the driver information objectDriverInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |