Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_AddProfile

NameCNSBC_AddProfile
Description

This function will add a new scanning profile to the plug-in. Profiles tell the plug-in what to do with the data it scans from a barcode.

Return TypeText
FormatCNSBC_AddProfile ( ProfileName )
Required Parameters
ProfileName

This is the name for the new profile you are adding.

Example
Example 1

This will add a new profile named "MyProfile".

CNSBC_AddProfile( "MyProfile" )