ConnectMode

enum ConnectMode : Enum<ConnectMode>

SCARD_SHARE_EXCLUSIVE This application is not willing to share the card with other applications.

SCARD_SHARE_DIRECT This application is allocating the reader for its private use, and will be controlling it directly. No other applications are allowed access to it.

Entries

PUBLIC
Link copied to clipboard
PUBLIC(WinDefs.SCARD_SHARE_DIRECT)
PRIVATE
Link copied to clipboard
PRIVATE(WinDefs.SCARD_SHARE_EXCLUSIVE)

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