DisconnectMode

enum DisconnectMode : Enum<DisconnectMode>

SCARD_LEAVE_CARD Do not do anything special.

SCARD_RESET_CARD Reset the card.

SCARD_UNPOWER_CARD Power down the card.

Entries

UNPOWER
Link copied to clipboard
UNPOWER(WinDefs.SCARD_UNPOWER_CARD)
RESET
Link copied to clipboard
RESET(WinDefs.SCARD_RESET_CARD)
DEFAULT
Link copied to clipboard
DEFAULT(WinDefs.SCARD_LEAVE_CARD)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: Int