The Linux SDK docs reference opcode 5020 CMD_LOAD_CONFIGURATION for loading configurations from a .scncfg file:
https://github.com/zebra-stage/zebra-stage.github.io/blob/19bbd524d8366a34b82a6583d22c45d75e9ed0aa/dcs/scanners/sdk-linux/api2/reference/d1/d0f/CsUserDefs_8h.html#L378C125-L378C147
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.
The Linux SDK docs reference opcode 5020
CMD_LOAD_CONFIGURATIONfor loading configurations from a .scncfg file:https://github.com/zebra-stage/zebra-stage.github.io/blob/19bbd524d8366a34b82a6583d22c45d75e9ed0aa/dcs/scanners/sdk-linux/api2/reference/d1/d0f/CsUserDefs_8h.html#L378C125-L378C147
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_OPCODEstatus.Is there a way to programmatically load the config file? It would be inconvenient to set each attribute individually.