Function Summary - Intermec 700 Series User Manual

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

Advertisement

Syntax:
Parameters: None.
Returns: ERROR_SUCCESS when successful, otherwise
Syntax:
Parameters: None.
Returns: ERROR_SUCCESS when successful, otherwise
Syntax:
Parameters: Pointer to a character array, which is populated with MAC addresses.
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: Pointer to a character array, which is populated with the current BSSID.
Returns: ERROR_SUCCESS when successful,
Syntax:
Parameters: Pointer to a character array, which is populated with the current SSID.
Returns: ERROR_SUCCESS when successful,
700 Series Color Mobile Computer User's Manual

Function Summary

Below are functions available for the 700 Series Color Computer when
enabled with the 802.11b radio module.
RadioConnect()
Connects to the available radio. Use this function if you plan on using a
lot of API calls that talk directly to the radio.
UINT RadioConnect( );
ERR_CONNECT_FAILED.
RadioDisconnect()
Cleans up the connection from the RadioConnect() function after an ap-
plication closes.
UINT RadioDisconnect( );
ERR_CONNECT_FAILED.
GetMac()
Gets the radio MAC address.
UINT GetMac( TCHAR * );
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
GetBSSID()
Gets the associated access point name, the BSSID.
UINT GetBSSID( TCHAR * );
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed
GetSSID()
Gets the current SSID (network name).
UINT GetSSID( TCHAR * );
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Chapter 4
Network Support
101

Advertisement

Table of Contents
loading

Table of Contents