OAL_KITLSERIAL_SEND (Windows CE 5.0)
This function pointer sends data to the KITL serial device.
typedef UINT16 (*OAL_KITLSERIAL_SEND)( UINT8 *pData, UINT16 size);
Parameters
- pData
[in] Pointer to the data to send to the serial device driver. - size
[in] Size of the data specified in pData, in bytes.
Return Values
Returns 0 on success. If any other value is returned, the function call failed.
Remarks
The pfnSend member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_SEND.
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