Getbssid(); Getssid(); Getlinkspeed() - Intermec 700 Series User Manual

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

Advertisement

Chapter
7
Programming

GetBSSID()

GetSSID()

GetLinkSpeed()

310
Gets the associated access point name, the BSSID.
Syntax
UINT GetBSSID( TCHAR * );
Parameters
Pointer to a character array, which is populated with the current BSSID.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed
Gets the current SSID (network name).
Syntax
UINT GetSSID( TCHAR * );
Parameters
Pointer to a character array, which is populated with the current SSID.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Retrieves the current link speed of the radio connection.
Syntax
UINT GetLinkSpeed( int & );
Parameters
S &
References an integer.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
700 Series Color Mobile Computer User's Manual

Advertisement

Table of Contents
loading

Table of Contents