Thank you very much JoeO...I think I understand it so basically I would have something like
#define buttonOne 0x20df10ef
#define buttonTwo 0xa10cd00f
...
if (results.value == buttonOne) {
...
}
else if (results.value == buttonTwo) {
...
}
if I understand it correctly