Intermec CN30 User Manual page 136

Hide thumbs Also See for CN30:
Table of Contents

Advertisement

Chapter 7 - Programming
Basic Connect/Disconnect Functions
Below are functions available for the CN30 Mobile Computer when
enabled with the 802.1x 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. Note that the 802.1x radio
must be enabled via NDISTRAY before you can connect to it.
Syntax UINT RadioConnect( );
Parameters None.
Return Values ERROR_SUCCESS when successful, otherwise
Remarks Call this function before you call any other function found within
this API. It hunts out and connects to the 802.1x radio available on
the system. Check extended error codes if it returns anything else for
information.
#else
UINT RadioConnect();
#endif
RadioDisconnect()
Call this function when done using the 802.11 API to clean up a
connection from a previous RadioConnect() call. If you do not call this
function, you may leave memory allocated.
Syntax UINT RadioDisconnect( );
Parameters None.
Return Values ERROR_SUCCESS when successful, otherwise
ERR_CONNECT_FAILED.
Remarks None.
#else
UINT RadioDisconnect();
#endif
RadioDisassociate()
Call this function to have the 802.1x radio disassociate from the current
service set. The radio then enters an "off" mode until it is woken again by
setting the Service Set Identifier (SSID). Also, the NDIS driver generates
an NDIS media disconnect event.
Syntax UINT RadioDisassociate( );
Parameters None.
Return Values ERROR_SUCCESS when successful, otherwise
Remarks None.
Definitions #ifdef DYNAMIC_LOADING
156
CN30 Mobile Computer User's Manual

Advertisement

Table of Contents
loading

Table of Contents