71 if (0 == strlen(pStr))
82 strcat(pStr, pDataTagStr);
84 strcat(pStr, pDataValue);
106 uint8_t *pData = pRecvData;
108 bool isReceivedStream =
false;
110 while (!isReceivedStream)
128 isReceivedStream =
true;
137 isReceivedStream =
true;
145 uint8_t *pData = pRecvData;
146 bool isReceivedStream =
false;
159 isReceivedStream =
true;
164 *(pData + *buffIndex) = data;
170 isReceivedStream =
true;
173 if (isReceivedStream ==
true)
192 memcpy(pMsg, pBuffer, size);
uint8_t data[FXLS8962_DATA_SIZE]
This structure holds information to receive a packet of data to the host.
comm_interface_t * pCommInterface