|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <LIRC.h>
Public Member Functions | |
| CLirc () | |
| ~CLirc () override | |
| void | Start () |
Protected Member Functions | |
| void | Process () override |
| void | ProcessCode (char *buf) |
| bool | CheckDaemon () |
Protected Attributes | |
| int | m_fd = -1 |
| uint32_t | m_firstClickTime = 0 |
| CCriticalSection | m_critSection |
| CIRTranslator | m_irTranslator |
| int | m_profileId |
| CLirc::CLirc | ( | ) |
|
override |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |