public class FS20Event extends Object
Modifier and Type | Field and Description |
---|---|
protected byte |
button |
protected byte |
function |
protected int |
houseCode |
Constructor and Description |
---|
FS20Event(int houseCode,
byte function,
byte button) |
Modifier and Type | Method and Description |
---|---|
byte |
getButton() |
byte |
getFunction() |
int |
getHouseCode() |
void |
setButton(byte button) |
void |
setFunction(byte function) |
void |
setHouseCode(int houseCode) |
String |
toString() |
protected int houseCode
protected byte function
protected byte button
public byte getButton()
public void setButton(byte button)
button
- the button to setpublic byte getFunction()
public void setFunction(byte function)
function
- the function to setpublic int getHouseCode()
public void setHouseCode(int houseCode)
houseCode
- the houseCode to setCopyright © 2018 universAAL Consortium. All rights reserved.