org.opennfc
Class NfcPriority

Object
  extended by org.opennfc.NfcPriority

public final class NfcPriority
extends Object

The specific constants of the priority values used with the NFC methods.

Since:
Open NFC 4.0

Field Summary
static int EXCLUSIVE
          Exclusive access.
static int MAXIMUM
          The maximum priority level for a shared access.
static int MINIMUM
          The minimum priority level for a shared access.
static int NO_ACCESS
          This value is used to restrict the access of the UICC to a protocol.
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCLUSIVE

public static final int EXCLUSIVE
Exclusive access. When exclusivity is requested, the registration is accepted only if no other client is already registered for this access.

See Also:
Constant Field Values

NO_ACCESS

public static final int NO_ACCESS
This value is used to restrict the access of the UICC to a protocol. This priority level means "no access". It should not be used for the registration methods.

See Also:
Constant Field Values

MINIMUM

public static final int MINIMUM
The minimum priority level for a shared access.

See Also:
Constant Field Values

MAXIMUM

public static final int MAXIMUM
The maximum priority level for a shared access.

See Also:
Constant Field Values

Copyright © 2010-2011 Inside Secure
Except as noted, this content is licensed under Apache 2.0 License.