Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Input Class Reference

#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
 

Constructor & Destructor Documentation

◆ Input() [1/2]

Input::Input ( )

◆ Input() [2/2]

Input::Input ( int  type,
std::string  event,
int  prefix 
)

Member Function Documentation

◆ getEvent()

const std::string & Input::getEvent ( ) const

◆ getPrefix()

int Input::getPrefix ( ) const

◆ getType()

int Input::getType ( ) const

Member Data Documentation

◆ event

std::string Input::event
private

◆ prefix

int Input::prefix
private

◆ type

int Input::type
private

The documentation for this class was generated from the following files: