The Linux SDK docs reference opcode 5020 CMD_LOAD_CONFIGURATION
for loading configurations from a .scncfg file:
The Windows documentation however doesn't include any references to this opcode: https://techdocs.zebra.com/dcs/scanners/sdk-windows/api/
I tried sending it anyway and received a 113/ERROR_INVALID_OPCODE
status.
Is there a way to programmatically load the config file? It would be inconvenient to set each attribute individually.
Accepted Solution
Even in Linux that opcode will not work as its internal one used by 123scan or SMS tools .
This is reason its not listed in the api opcode documentation .
one suggestion is to push the config in form list of all attributes in xml format
1 Replies
Even in Linux that opcode will not work as its internal one used by 123scan or SMS tools .
This is reason its not listed in the api opcode documentation .
one suggestion is to push the config in form list of all attributes in xml format