Radioconnect(); Radiodisconnect(); Getmac() - Intermec 700 Series User Manual

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

Advertisement

RadioConnect()

RadioDisconnect()

GetMac()

700 Series Color Mobile Computer User's Manual
Below are functions available for the 700 Series Color Computer when
enabled with the 802.11b radio module.
Connects to the available radio. Use this function if you plan on using a
lot of API calls that talk directly to the radio.
Syntax
UINT RadioConnect( );
Parameters
None.
Returns
ERROR_SUCCESS when successful, otherwise
ERR_CONNECT_FAILED.
Cleans up the connection from the RadioConnect() function after an ap-
plication closes.
Syntax
UINT RadioDisconnect( );
Parameters
None.
Returns
ERROR_SUCCESS when successful, otherwise
ERR_CONNECT_FAILED.
Gets the radio MAC address.
Syntax
UINT GetMac( TCHAR * );
Parameters
Pointer to a character array, which is populated with MAC addresses.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Chapter 7
Programming
309

Advertisement

Table of Contents
loading

Table of Contents