Intermec 700 Series User Manual page 124

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

Syntax:
Parameters: USHORT set to a desired channel (1-14).
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: Set to TRUE (0) to enable WEP encryption or FALSE (1) to disabled
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: & References a ULONG value which include the following current radio
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: Pointer to a character array that contains the desired SSID.
Returns: ERROR_SUCCESS when successful,
700 Series Color Mobile Computer User's Manual
SetChannel()
Sets the radio channel, ranging from 1 to 14.
UINT SetChannel( USHORT );
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
EnableWep()
Enables or disables WEP encryption.
UINT EnableWep( BOOL );
WEP encryption.
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
GetPowerMode()
Gets the current power management mode of the radio.
UINT GetPowerMode( ULONG & );
power management mode:
NDIS_RADIO_POWER_MODE_CAM
Continuous Access Mode (uses most power).
NDIS_RADIO_POWER_MODE_MAX
Maximum Power Savings.
NDIS_RADIO_POWER_MODE_PSP
Power Saving Mode, best balance of power and performance.
NDIS_RADIO_POWER_UNKNOWN
Unknown mode reported or error.
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
SetSSID()
Passes the desired SSID (network name).
UINT SetSSID( TCHAR * );
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Chapter 4
Network Support
105

Advertisement

Table of Contents
loading

Table of Contents