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

MDI_DisableMonitor()

Prevent a change callback or a new link

Synopsis:

int MDI_DisableMonitor  ( mdi_t *mdi)

Arguments:

mdi
A pointer to the mdi_t structure obtained from MDI_Register() or MDI_Register_Extended().

Description:

The MDI_DisableMonitor() function prevents MDI_MonitorPhy() from calling the callback for the driver's link-down status change, or from attempting to establish a new link when no link is detected.

Classification:

QNX Neutrino

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

See also:

MDI_EnableMonitor(), MDI_MonitorPhy(), MDI_Register(), MDI_Register_Extended()