BCCodaBarInfo Function

Navigation:  Reference Guide >

BCCodaBarInfo Function

Previous pageReturn to chapter overviewNext page

Specifies the start character and the end character of CodaBar barcode .

void BCCodaBarInfo(WORD StartChar, WORD EndChar);

Parameters

StartChar

Specifies the start character of CodaBar, this parameter can be one of the following values:

Value

Description

0

Start character 'A'

1

Start character 'B'

2

Start character 'C'

3

Start character 'D'

EndChar

Specifies the end character of CodaBar, this parameter can be one of the following values:

Value

Description

0

End character 'A'

1

End character 'B'

2

End character 'C'

3

End character 'D'

 

 

Remarks

If you don't use CodaBar barcode, ignore this function.