Wlan, Elated, Unction – Argox PT-9130 User Manual

Page 49: Wl_enable, Wlan related functions, Wlan related function

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 42

WLAN Related Function

WL_Enable

To ENABLE the WLAN function.

BOOL WL_Enable

{

}

Parameters

None.

Returned Values

Returning TRUE if the operation is successful; otherwise FALSE.

Example

BOOL bResult;

bResult = WL_Enable();

if(bResult == FALSE)

AfxMessageBox(_T("Wireless enable fail"));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising