LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
osdpledbuzzerdisplay.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_OSDPLEDBUZZERDISPLAY_HPP
8#define LOGICALACCESS_OSDPLEDBUZZERDISPLAY_HPP
9
10
13#include <string>
14#include <vector>
15
16namespace logicalaccess
17{
21class LLA_READERS_OSDP_API OSDPLEDBuzzerDisplay : public LEDBuzzerDisplay
22{
23 public:
28
33 void setGreenLed(bool status) override;
34
39 void setRedLed(bool status) override;
40
41 void setLED(OSDPColor color);
42
47 void setBuzzer(bool status) override;
48
49 std::shared_ptr<OSDPReaderCardAdapter> getOSDPReaderCardAdapter() const;
50};
51}
52
53#endif /* LOGICALACCESS_OSDPLEDBUZZERDISPLAY_HPP */
A LED/Buzzer Display base class.
Definition: ledbuzzerdisplay.hpp:20
A OSDP LED/Buzzer Display class.
Definition: osdpledbuzzerdisplay.hpp:22
LED/Buzzer Display.
Definition: asn1.hpp:9
OSDPColor
Definition: osdpcommands.hpp:34
Reader/card adapter.