Contents

isPrimaryInterface

Queries whether the interface is the primary network interface on the system.

Declaration

virtual bool isPrimaryInterface(
 void ) const;

Return Value

Returns true if the interface is the primary interface, false otherwise.

Overview

The definition of a primary interface and its discovery is platform specific.

See Also

Miscellaneous