Home > Language Reference > Classes > BarCode

SendParams Method

Sends the configuration parameters to the scanner.

Syntax

Public Sub SendParams()

Remarks

The SendParams method sends all the configuration parameters stored on the handheld device to the scanner. You must call this method after every configuration modification carried out with the BarCode, TriggeringMode, I2of5CheckDigitVerification, SetBarcodeLengths, UpcEanRedundancy, UpcEanSupplementals and WideAngle properties. For example:

Private Scan As New BarCode

Public Sub CheckBox1_Click()
  Scan.BarCode(hbBarTypeCODE39) = CheckBox1.Value
  Scan.SendParams
End Sub



Note: since transmitting the parameters requires a few seconds, it is advised to entirely define the material configuration by setting the various properties listed above, then by calling this method only once at the end of the configuration.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0Only Symbol Technologies scanners are supported.
Windows CEWindows CE 3.0-