Metrologic Optimus S Programming Manual page 131

"c" programming guide
Table of Contents

Advertisement

GetBTConfig
Purpose
To retrieve the whole Bluetooth configurations from the system.
Syntax
void GetBTConfig (BTCONFIG *config);
Example
(?)
Description
This routine gets the whole Bluetooth configurations from the system. It is
useful when the application wants to change more than one part of the
configuration parameters.
The application should reserve enough stack or define a static variable to store
the structure of NETCONFIG.
It is recommended to use GetNetParameter() to get the parameters for the
stability and compatibility in the future.
None
Return
See Also
GetNetParameter, SetBTConfig
SetBTConfig
Purpose
To write the whole Bluetooth configurations to the system.
Syntax
void SetBTConfig (BTCONFIG *config);
(?)
Example
Description
This routine writes the whole network configurations to the system. Before
writing, the application should make sure that every setting is significant. The
best way is calling GetBTConfig first to get the original settings and change
them one by one.
The application should reserve enough stack or define a static variable to store
the structure of BTCONFIG.
It is recommended to use SetNetParameter() to set the parameters for the
stability and compatibility in the future. NetInit() will initialize the networking
according to the configurations written.
Return
None
GetBTConfig, SetNetParameter
See Also
Chapter 3 Terminal Specific Function Library
125

Advertisement

Table of Contents
loading

This manual is also suitable for:

Optimus r

Table of Contents