1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>NCDIsInterfaceDecided</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>NCDIsInterfaceDecided</H1> 11 12<H2>C Specification</H2> 13<DL> 14 <DD><PRE><CODE>#include <revolution/ncd.h></CODE></PRE> 15 <DD><PRE><CODE>BOOL NCDIsInterfaceDecided( void );</CODE></PRE> 16</DL> 17 18<H2>Description</H2> 19<P> 20Investigates whether the network interface is established and ready for communications in the NCD automatic state transition. 21</P> 22 23<H2>Arguments</H2> 24<P>None.</P> 25 26<h2>Return Values</h2> 27<P> 28Returns TRUE when the network interface is established. Returns FALSE when either the network interface is not established or when the process fails. 29</P> 30 31<H2>See Also</H2> 32<P> 33<A href="NCDSetIfConfig.html"><CODE>NCDSetIfConfig</CODE></A> 34</P> 35 36<H2>Revision History</H2> 37<P>2006/08/09 Initial version.</P> 38 39<hr><p>CONFIDENTIAL</p></body> 40</HTML>