LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <omnikeyxx21readerunit.hpp>
Public Types | |
enum | { READ , WRITE , DISABLED } |
Public Member Functions | |
SecureModeStatus (int st) | |
operator bool () const | |
operator int () const | |
Private Attributes | |
int | value_ |
Friends | |
LLA_READERS_PCSC_API friend std::ostream & | operator<< (std::ostream &os, const SecureModeStatus &s) |
This represents the status of the secure mode. This struct is implicitly castable to bool: it will be true when secure mode is not in DISABLED state.
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
friend |
|
private |