[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_SetAdvert_Extended()

Select media types to advertise

Synopsis:

int MDI_SetAdvert_Extended  ( mdi_t * mdi,
                            int PhyAddr,
                            int Media)

Arguments:

mdi
A pointer to the mdi_t structure obtained from the MDI_Register_Extended() function call.
PhyAddr
The physical address of the physical layer device (PHY).
Media
Values for the advertised media-type. Valid values are:
Note: The above-mentioned media values are flags. They may be OR'd together.

Description:

The MDI_SetAdvert_Extended() function selects the media types to advertise to the PHY's link partner.

Classification:

QNX Neutrino

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

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