OAL_KITLSERIAL_RECV (Windows CE 5.0)

Send Feedback

This function pointer reads data from the KITL serial device.

typedef UINT16 (*OAL_KITLSERIAL_RECV)(  UINT8 *pData,  UINT16 size);

Parameters

  • pData
    [out] Pointer to the packet data read from the KITL serial device.
  • size
    [in] Best size of the data to read from the serial device, in bytes.

Return Values

Returns the number of bytes read.

Remarks

The pfnRecv member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_RECV.

Requirements

OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined

See Also

KITL Reference Serial Driver Interface | KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.