Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
void LINtp_GetRxData(byte data[], long size);
LINtp_DataInd(long count, DWORD nad) { byte rxBuffer[4096]; LINtp_GetRxData(rxBuffer, count); write("received <%02x ...> from/for node %02x", rxBuffer[0], nad); }