LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <reader_service.hpp>
Public Member Functions | |
ReaderService (ReaderUnitPtr reader_unit, ReaderServiceType service_type) | |
virtual | ~ReaderService ()=default |
ReaderUnitPtr | getReader () const |
virtual ReaderServiceType | getServiceType () const |
Protected Attributes | |
ReaderUnitPtr | reader_unit_ |
ReaderServiceType | service_type_ |
This is a base class for reader-specific services.
It is similar to CardService.
|
inline |
|
virtualdefault |
|
inline |
Retrieve the ReaderUnit object associated with the service.
|
inlinevirtual |
Retrieve the service type that is implemented by the current ReaderService instance.
|
protected |
|
protected |