OAL_KITLSERIAL_SENDCOMPLETE (Windows CE 5.0)
This function pointer is called when all packets have been sent to the serial device driver. OAL_KITLSERIAL_SENDCOMPLETE provides the total packet size of the data sent.
typedef VOID (*OAL_KITLSERIAL_SENDCOMPLETE)( UINT16 size);
Parameters
- size
[in] Total packet size of the data sent to the serial device driver.
Return Values
None.
Remarks
The pfnSendComplete member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_SENDCOMPLETE.
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