|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Card_terminal.Terminal_type | |
---|---|
ds.ov2.front | Frontoffice code for applet and host side, including a test frame. |
ds.ov2.test | Test applet for OV-chip protocol layer and for ds.ov2.bignat
functionality. |
ds.ov2.util | OV-chip protocol layer, general APDU data types and other miscellaneous code. |
Uses of Card_terminal.Terminal_type in ds.ov2.front |
---|
Fields in ds.ov2.front declared as Card_terminal.Terminal_type | |
---|---|
private static Card_terminal.Terminal_type |
Card_testframe.terminal_type_default
Default terminal. |
Fields in ds.ov2.front with type parameters of type Card_terminal.Terminal_type | |
---|---|
private static Reference<Card_terminal.Terminal_type> |
Card_testframe.terminal_type
Terminal type to use. |
Uses of Card_terminal.Terminal_type in ds.ov2.test |
---|
Fields in ds.ov2.test declared as Card_terminal.Terminal_type | |
---|---|
private static Card_terminal.Terminal_type |
Test_host.terminal_type_default
Default terminal type. |
Fields in ds.ov2.test with type parameters of type Card_terminal.Terminal_type | |
---|---|
private static Reference<Card_terminal.Terminal_type> |
Test_host.terminal_type
Terminal type to connect to. |
Uses of Card_terminal.Terminal_type in ds.ov2.util |
---|
Methods in ds.ov2.util that return Card_terminal.Terminal_type | |
---|---|
static Card_terminal.Terminal_type |
Card_terminal.Terminal_type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Card_terminal.Terminal_type[] |
Card_terminal.Terminal_type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ds.ov2.util with parameters of type Card_terminal.Terminal_type | |
---|---|
static CardChannel |
Card_terminal.open_card_channel_ex(int terminal_number,
Card_terminal.Terminal_type terminal_type,
Object o,
PrintWriter out)
Connect to a card (or emulator) and return the basic channel. |
static CardChannel |
Card_terminal.open_card_channel(int terminal_number,
Card_terminal.Terminal_type terminal_type,
Object o,
PrintWriter out)
Wrapper for open_card_channel_ex . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |