This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SEND MESSAGE USING MAC ADDRESS

Hi all, I need to send a message using MAC Address, my problem is that I have the address of my End Device, but I don´t know exactly how to send the message from Coordinator to End Device. 

The Mac Address is:

char mac[] = "00124B00011F6B24";

I can send the message with the ShortAddress but my aplication needs to send that with Mac. I need to know how to define the params:

GenericApp_DstAddr.addrMode = (afAddrMode_t)Addr64Bit;
GenericApp_DstAddr.addr. ???????? // the problem
GenericApp_DstAddr.endPoint = GENERICAPP_CTRL_ENDPOINT; // my end point

thanks