Chapter 3 — Configuring the Computer

isOrinoco()

Call this function to determine whether the current radio is an

ORiNOCO, Lucent, or WaveLAN radio.

Syntax UINT isOrinoco( );

Parameters None.

Return Values TRUE if this is an ORiNOCO radio, and FALSE if it is not.

Remarks None.

Definitions #ifdef DYNAMIC_LOADING typedef UINT (*PFN_isOrinoco)(); #else

UINT isOrinoco(); #endif

isSupplicantRunning()

Call this function to determine whether the security supplicant is running.

Syntax UINT isSupplicantRunning( );

Parameters None.

Return Values TRUE if the security supplicant is running, FALSE if it is not running.

Remarks None.

Definitions #ifdef DYNAMIC_LOADING

typedef UINT (*PFN_isSupplicantRunning)(); #else

UINT isSupplicantRunning(); #endif

isZeroConfigEnabled()

Call this function to determine whether Zero Config is currently enabled.

Syntax UINT isZeroConfigEnabled( );

Parameters None.

Return Values TRUE if ZeroConfig is enabled, and FALSE if it is disabled.

Remarks None.

Definitions #ifdef DYNAMIC_LOADING

typedef UINT (*PFN_isZeroConfigEnabled)(); #else

UINT isZeroConfigEnabled(); #endif

94

751G Color Mobile Computer User’s Manual

Page 108
Image 108
Intermec 751G user manual IsOrinoco, IsSupplicantRunning, IsZeroConfigEnabled