RFBarcode Object

The RFBarcode object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS. However, not all methods are supported on all OS types.

The RFBarcode object for use within your applications. Each individual barcode configuration defines a valid or invalid barcode for input based upon type, state, and length. RFBarcode objects may also be saved as barcode files directly to an RF device's memory for future use.

Methods

AddBarcode Method

Adds a barcode configuration.

BarcodeCount Method

Returns the total number of barcode configurations.

BarcodeFileCount Method

Returns the total number of barcode configuration files.

BarcodeFileName Method

Returns the name of a barcode configuration file.

ClearBarcodes Method

Clears all barcode configurations.

Default Method

Returns the default decode state for barcodes not explicitly defined within the current RFBarcode object.

DeleteBarcodeFile Method

Removes barcode files from the RF device.

GetBarcodeFile Method

Retrieves a barcode configuration file into the current RFBarcode object.

GetBarcodeType Method

Returns the barcode type of a barcode configuration.

GetDecode Method

Returns the decode state of a barcode configuration.

GetExpand Method

Returns the expand state of a barcode configuration.

GetMaxLength Method

Returns the maximum input length of a barcode configuration.

GetMinLength Method

Returns the minimum input length of a barcode configuration.

ListBarcodeFiles Method

Returns the total number of barcode configuration files and stores the list in the current RFBarcode object.

PullBarcode Method

Restores a barcode file as the RF device's default barcode configuration.

PushBarcode Method

Stores the RF device's default barcode configuration to a file for later restoration.

RemoveBarcode Method

Removes a barcode configuration

RFGetLastError Method

Returns value of last generated RFBarcode error.

SetBarcodeType Method

Specifies the barcode type of a barcode configuration.

SetDecode Method

Specifies the decode state of a barcode configuration.

SetExpand Method

Specifies the expand state of a barcode configuration.

SetMaxLength Method

Specifies the maximum input length of an existing barcode configuration.

SetMinLength Method

Specifies the minimum input length of an existing barcode configuration.

StoreBarcode Method

Stores the current RFBarcode object as a file on the RF device.

Prog IDs

“WAVELINKOLE.RFBARCODE”

Remarks

Individual barcode configurations are stored within an RFBarcode object. Each barcode is defined by type, decode state, expand state, minimum length, and maximum length. Once defined, a specific barcode configuration will remain within an RFBarcode object until either the object is released, the barcode configuration is removed from the object using the RemoveBarcode method, or all barcode configurations are cleared from the object using the ClearBarcodes method. This allows you to use a single barcode object within your application that may be modified rather than creating a new barcode object for each individual instance.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal