net.rim.device.api.smartcard
Interface ReaderStatus
public interface ReaderStatus
This class defines the status of a smart card reader.
The status refers to the state of the reader, or the state of the current interaction between
the smart card and the smart card reader.
The five status values are: CARD_ABSENT, CARD_INSERTED, CARD_PRESENT,
CARD_REMOVED, and CARD_UNKNOWN.
- See Also:
SmartCardReader.getReaderStatus()
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
Field Summary |
|
static int |
CARD_ABSENT
Identifies that the card is absent ( not present ). |
|
static int |
CARD_INSERTED
Identifies that a card has recently been inserted. |
|
static int |
CARD_PRESENT
Identifies that a card is present. |
|
static int |
CARD_REMOVED
Identifies that a card has recently been removed. |
|
static int |
CARD_UNKNOWN
Identifies that the reader is unable to determine if a card is present or not. |
CARD_UNKNOWN
static final int CARD_UNKNOWN
- Identifies that the reader is unable to determine if a card is present or not.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
CARD_ABSENT
static final int CARD_ABSENT
- Identifies that the card is absent ( not present ).
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
CARD_REMOVED
static final int CARD_REMOVED
- Identifies that a card has recently been removed.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
CARD_PRESENT
static final int CARD_PRESENT
- Identifies that a card is present.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
CARD_INSERTED
static final int CARD_INSERTED
- Identifies that a card has recently been inserted.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.1.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal