Need better scanning performance?
Name
Name represents the name of a BarcodeReaderTaskSetting object, which serves as its unique identifier.
JSON Structure
Location in template:
BarcodeReaderTaskSettingOptions[i]
└── Name
Parent object: BarcodeReaderTaskSetting
Example:
{
"Name": "br_0"
}
- This snippet shows only the
Nameparameter.- To use it, embed this parameter within a BarcodeReaderTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type String |
| Default Value It must be a mandatory setting value. |
| Remarks It must be a unique name. |