Share via


OEMEthEnableInts

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is no longer required as of Windows CE .NET 4.2. For information about new debug communication settings, see the KITLTRANSPORT structure.

This function enables interrupts for the debug Ethernet adapter.

Syntax

void OEMEthEnableInts(void);

Parameters

None.

Return Value

None.

Remarks

First, configure the debug Ethernet adapter with interrupts disabled. At the beginning of OS initialization, the Ethernet debug subsystem operates in polling mode.

During the boot process, if a valid SYSINTR_* value has been specified in the OEMEthInit function, the Ethernet debug subsystem switches to interrupt mode and calls OEMEthEnableInts to enable the Ethernet adapter to start processing interrupts.

Requirements

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Implementing the OEMKitlInit Function

Reference

OEMEthInit
OEMEthDisableInts
KITLTRANSPORT
TransportEnableInt