PullBarcode Method

This member of RFBarcode Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The PullBarcode method restores a barcode file as the RF device’s default barcode configuration while removing the barcode file from the RF device.

VB

bStatus = object.PullBarcode (pszFileName)

VC++

HRESULT hr = object->PullBarcode(LPCTSTR pszFileName, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Parameters

pszFileName

The barcode file to be pulled.

Remarks

When used in conjunction, PushBarcode and PullBarcode allow you to temporarily change the settings of an RF device and return the device to its original settings for easy clean up.

Example

See the PushBarcode Method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal