[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_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 the MDI_Register_Extended() function call.

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

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