[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

MDI_EnableMonitor()

Allow the link monitor and PHY to communicate

Synopsis:

int MDI_EnableMonitor  ( mdi_t *mdi,
                       int LDownTest)

Arguments:

mdi
A pointer to the mdi_t structure obtained from the MDI_Register_Extended() function call.
LDownTest
A test for the link down state.
Note: When the value of LDownTest is one, MDI_MonitorPhy() attempts to establish a new link by writing to various PHY registers.

Description:

The MDI_EnableMonitor() function allows the link monitor to communicate with the PHY, and call the driver's link state change when appropriate. This function doesn't affect the delivery of link monitor pulses to the driver.

Classification:

QNX Neutrino

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler Yes
Thread Yes

[Previous] [Contents] [Index] [Next]