Share via


HWXmitComChar (Windows CE 5.0)

Send Feedback

This function transmits a single character.

BOOL HWXmitComChar(PVOID pContext,UCHAR ComChar);

Parameters

  • pContext
    [in] Pointer to a context structure returned by the HWInit function that contains implementation-specific data describing the device.
  • ComChar
    [in] Specifies the character to transmit.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The lower layer transmits the character specified by HWXmitComChar as soon as possible, before any buffered data is sent. HWXmitComChar is called by the TransmitComChar function or by the upper layer, usually for XON or XOFF processing. You can call TransmitComChar directly. Implement this function in the serial port driver's model device driver (MDD).

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Serhw.h.

See Also

HWInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.