I have made it work. In the call function i declared
ZBTxRequest ZB = ZBTx(jola1,'a','1');
xbee.send(ZB);
and it sends me to the other xbee.
My problem is that i dont receive the values i want. As i researched i think I am converting char to uint_8 wrong.
Can someone please help me?