|
Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
|
#include <Input.h>
Public Member Functions | |
| Input () | |
| Input (int type, std::string event, int prefix) | |
| int | getType () const |
| const std::string & | getEvent () const |
| int | getPrefix () const |
Private Attributes | |
| int | type |
| std::string | event |
| int | prefix |
| Input::Input | ( | ) |
| Input::Input | ( | int | type, |
| std::string | event, | ||
| int | prefix | ||
| ) |
| const std::string & Input::getEvent | ( | ) | const |
| int Input::getPrefix | ( | ) | const |
| int Input::getType | ( | ) | const |
|
private |
|
private |
|
private |