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

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

byte port = S1;
byte txlen = 2;
byte rxlen = 8;
byte data[] = {0x02, 0x00};
char result = RemoteLowspeedWrite(CONN_BT1, port, txlen, rxlen, data);