User's Manual Part 1

Table Of Contents
Network SupportChapter 4
106 700 Series Color Mobile Computer User’s Manual
isOrinoco()
Confirms whether the present radio is an ORiNOCO radio.
Syntax: UINT isOrinoco( );
Parameters: None.
Returns: TRUE when an ORiNOCO radio.
FALSE when other than an ORiNOCO radio.
EncryptWepKeyForRegistry()
Encrypts a key for registry storage. Requires TCHAR pointers for a des-
tination and a source.
Syntax:
UINT EncryptWepKeyForRegistry( TCHAR * szDest, TCHAR *
szSource );
Parameters: szDest String for the destination.
szSource String for the source.
Returns: ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio f ailed.
SetRTSThreshold()
Sets the radio RTS (Request To Send) threshold.
Syntax:
UINT SetRTSThreshold( USHORT & );
Parameters: & References a USHORT value.
Returns: None.
GetRTSThreshold()
Gets the radio RTS threshold.
Syntax:
UINT GetRTSThreshold( USHORT & );
Parameters: & References a USHORT value.
Returns: None.
ConfigureProfile()
If using the Intermec 802.11b Profile Management system, you can pro-
gram the API to configure the radio to a specific profile by passing the pro-
file name.
Syntax:
UINT ConfigureProfile( TCHAR * );
Parameters: Pointer to a string that contains the name of the profile to be activated.
Returns: None.