HWXmitComChar

This function transmits a single character.

Syntax

BOOL HWXmitComChar( PVOID pContext, UCHAR ComChar );

Parameters

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

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The PDD transmits the specified character as soon as possible, before any buffered data. This is called by the user through the TransmitComChar function or by the MDD layer, usually for XON/XOFF processing.

This function supports the implementation of the Serial Port Drivers PDD. This function is defined in the header file SerHW.h, and is available in Windows CE version 1.0 and later.

See Also

HWInit