Intermec 700 Series User Manual page 122

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

Advertisement

Syntax:
Parameters: & References a ULONG value, populated with one of the following:
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: & References a ULONG value, populated with one of the values defined
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: ULONG
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: &
Returns: ERROR_SUCCESS when successful,
700 Series Color Mobile Computer User's Manual
GetNetworkMode()
Retrieves the network mode.
UINT GetNetworkMode( ULONG & );
NDIS_NET_MODE_IBSS
NDIS_NET_MODE_ESS
NDIS_NET_MODE_UNKNOWN
NDIS_NET_AUTO_UNKNOWN
Automatic Selection. Use of this option is not recommended.
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
SetNetworkMode()
Sets the radio and updates the CE registry.
UINT SetNetworkMode( ULONG & );
in GetNetworkMode().
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
AddWep()
Adds a WEP key to the radio configuration.
UINT AddWep( ULONG 1, BOOL 2, TCHAR * 3 );
Pointer that identifies what key to be set.
BOOL
Specifies whether the key being set is the default TX key.
TCHAR
Pointer that specifies the key data either in hex (string
lengths of 10 or 26) or ASCII (string lengths of 5 or 13).
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
GetRSSI()
Sets the current RSSI (Received Signal Strength Indication).
UINT GetRSSI( ULONG & );
References a ULONG value.
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Chapter 4
Network Support
802.11 Ad-Hoc Mode.
802.11 Infrastructure Mode.
Unknown Value or Error.
103

Advertisement

Table of Contents
loading

Table of Contents