HWModemIntrHandler (Compact 2013)

3/26/2014

This function handles the modem interrupt. This function replaces the HWOtherIntrHandler function.

Syntax

VOID HWModemIntrHandler(
  PVOID pContext
);

Parameters

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

Return Value

None.

Remarks

This function collects the modem status of the serial port, and updates internal driver status information. This function is called in response to a modem interrupt notice from the HWGetIntrType function.

Requirements

Header

serhw.h

See Also

Reference

Serial Port Driver PDD Functions
HWGetIntrType
HWInit
HWOtherintrHandler