Keypop Card C++ API 2.0.0
Reference Card API for C++
Namespaces | Classes | Enumerations
keypop::card Namespace Reference

Namespaces

namespace  spi
 

Classes

class  AbstractApduException
 
class  ApduResponseApi
 
class  CardBrokenCommunicationException
 
class  CardResponseApi
 
class  CardSelectionResponseApi
 
class  ParseException
 
class  ProxyReaderApi
 
class  ReaderBrokenCommunicationException
 
class  UnexpectedStatusWordException
 

Enumerations

enum class  ChannelControl { KEEP_OPEN , CLOSE_AFTER }
 

Enumeration Type Documentation

◆ ChannelControl

enum class keypop::card::ChannelControl
strong

Policy for managing the physical channel after a card request is executed.

Since
1.0.0
Enumerator
KEEP_OPEN 

Leaves the physical channel open.

Since
1.0.0
CLOSE_AFTER 

Terminates communication with the card.
The physical channel closes instantly or a card removal sequence is initiated depending on the observation mode.

Since
1.0.0

Definition at line 20 of file ChannelControl.hpp.