48 virtual const std::string &
get_pin()
const = 0;
An implementation class that represents a Wiegand Reader.
Interface for a strategy that read a PIN code.
This is the header file for a generated source file, GitSHA1.cpp.
PinReading(WiegandReaderImpl *reader)
virtual const std::string & get_pin() const =0
Retrieve the pin code that was read from the reader.
The multiple modes available to wiegand reader are implemented through the strategy pattern...