Download Print this page

Denso BHT-700-WM Reference Manual page 18

Bar code handy terminal gprs class library

Advertisement

SetRadioBand
Select radio frequency band.
Syntax
[VB]
Public Shared Function SetRadioBand( _
ByVal
prefBand As EN_RADIOBAND, _
ByVal
enableBand As EN_RADIOBAND) As UInt32
[C#]
public static UInt32 SetRadioBand(
EN_RADIOBAND
Parameters
prefBand
[in ] preference band selection.
The selectable band is as following table.
enableBand
[in ] permitted band selection.
The selectable band is as following table.
band
GSM900
GSM1800
GSM900 + GSM1800
GSM1900
GSM900 + GSM1900
GSM850
GSM850 + GSM1800
GSM850 + GSM1900
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
prefBand,
EN_RADIOBAND
specification
GSM900MHz
GSM1800MHz
GSM900MHz and GSM1800MHz
GSM1900MHz
GSM900MHz and GSM1900MHz
GSM850MHz
GSM850MHz and GSM1800MHz
GSM850MHz and GSM1900MHz
- 13 -
enableBand);

Advertisement

loading