Du läser för närvarande dokumentationen för:
ECUSB_Serial_IsDataAvailable
The ECUSB_Serial_IsDataAvailable function reports if there is data from the host available to read.
BOOL ECUSB_Serial_IsDataAvailable(
   struct ECUSB_Serial_Function *pSerialFunction
);
Parameters
pSerialFunction
A pointer to the struct ECUSB_Serial_Function previously initialized by ECUSB_Serial_Init().
Return value
Returns TRUE if there is data available.