NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
ex_writenrlinkbytes.nxc

This is an example of how to use the WriteNRLinkBytes function.

byte data[] = {0x01, 0x02, 0x03};
char result = WriteNRLinkBytes(S1, MS_ADDR_NRLINK, data);