com.sap.ip.me.api.pios.rfid
Interface RfidConnection.Attributes

Enclosing interface:
RfidConnection

public static interface RfidConnection.Attributes

Contains all possible attribute names for RFID. Use attribute names to verify if an option is supported by an RFID reader.

See Also:
DriverInfo

Field Summary
static java.lang.String IDENTIFY_ALL
          Constant for the identify all attribute name.
static java.lang.String IDENTIFY_BY_TAG_TYPE
          Constant for the identify by tag type attribute name.
static java.lang.String LOCK_TAG_ID_WITH_PSWD
          Constant for the lock tag id with password attribute name.
static java.lang.String PROGRAM_TAG_ID
          Constant for the program tag id attribute name.
static java.lang.String READ_SINGLE
          Constant for the read single tag attribute name.
static java.lang.String RESET_TAG_ID_WITH_PSWD
          Constant for the reset tag id with password attribute name.
static java.lang.String WRITE_SINGLE
          Constant for the write single tag attribute name.
 

Field Detail

IDENTIFY_ALL

public static final java.lang.String IDENTIFY_ALL
Constant for the identify all attribute name.

See Also:
Constant Field Values

IDENTIFY_BY_TAG_TYPE

public static final java.lang.String IDENTIFY_BY_TAG_TYPE
Constant for the identify by tag type attribute name.

See Also:
Constant Field Values

READ_SINGLE

public static final java.lang.String READ_SINGLE
Constant for the read single tag attribute name.

See Also:
Constant Field Values

WRITE_SINGLE

public static final java.lang.String WRITE_SINGLE
Constant for the write single tag attribute name.

See Also:
Constant Field Values

PROGRAM_TAG_ID

public static final java.lang.String PROGRAM_TAG_ID
Constant for the program tag id attribute name.

See Also:
Constant Field Values

LOCK_TAG_ID_WITH_PSWD

public static final java.lang.String LOCK_TAG_ID_WITH_PSWD
Constant for the lock tag id with password attribute name.

See Also:
Constant Field Values

RESET_TAG_ID_WITH_PSWD

public static final java.lang.String RESET_TAG_ID_WITH_PSWD
Constant for the reset tag id with password attribute name.

See Also:
Constant Field Values


Copyright © 2005 SAP AG. All Rights Reserved.