Isorinoco(), Issupplicantrunning(), Iszeroconfigenabled() – Intermec 751G User Manual

Page 108

Advertising
background image

Chapter 3 — Configuring the Computer

94

751G Color Mobile Computer User’s Manual

isOrinoco()

Call this function to determine whether the current radio is an
ORiNOCO, Lucent, or WaveLAN radio.

isSupplicantRunning()

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

isZeroConfigEnabled()

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

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

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

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

Advertising