Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Classes | Public Types | List of all members
keyple::calypso::transaction::PoTransaction::SessionSetting Class Reference

#include <PoTransaction.h>

Classes

class  AccessLevel
 

Public Types

enum  ModificationMode { ModificationMode::ATOMIC, ModificationMode::MULTIPLE }
 
enum  RatificationMode { RatificationMode::CLOSE_RATIFIED, RatificationMode::CLOSE_NOT_RATIFIED }
 

Member Enumeration Documentation

◆ ModificationMode

The modification mode indicates whether the secure session can be closed and reopened to manage the limitation of the PO buffer memory.

Enumerator
ATOMIC 

The secure session is atomic. The consistency of the content of the resulting PO memory is guaranteed.

MULTIPLE 

Several secure sessions can be chained (to manage the writing of large amounts of data). The resulting content of the PO's memory can be inconsistent if the PO is removed during the process.

◆ RatificationMode

The ratification mode defines the behavior of processClosing regarding the ratification process.

Enumerator
CLOSE_RATIFIED 
CLOSE_NOT_RATIFIED 

The documentation for this class was generated from the following file: