Motorola maxx V6 사용자 설명서

다운로드
페이지 201
byte value is
separated by a "."
Table 26 javax.microedition.io.Connector.open() BNF syntax
APDU Connection Establishment Errors
If a logical channel is not available for the APDU connection, the implementation
throws the
,-.  to the MIDlet.
If a MIDlet calls method
5  with a nonex-
istent card slot number, the implementation throws
:;5.
exception.
If a MIDlet calls method
5  with a card
slot number which does not have a card in it, the implementation throws
+
:;5.  exception.
If a MIDlet calls method
5  with a nonex-
istent AID, the implementation throws
:;5.  exception.
If a MIDlet calls method
5  and the target
application on the card refuses connection request, the implementation throws
+
:;5.  exception.
If a MIDlet calls method
5  but the MIDlet
is not allowed to access the targeted application on the card, the implementation
throws
/ 0.  exception.
Using an APDU Connection
Interface APDUConnection implements method
<9=8.
The implementation interprets the CLA byte of the commandAPDU parameter passed
in the
5 5 <9=8 <9=8 method as the
logical channel number.
Once an APDU connection is created, a MIDlet can use the
5 5 <9=8 <9=8 method to send com-
Java ME Developer Guide
Chapter 12 - JSR-177 Java ME Security and Trust Services API
[90/201]
DRAFT - Subject to Change