POS Device Manager Output (POS for .NET v1.14 SDK Documentation)
The POS Device Manager is used to set up the device configuration for a given system. The output from the POS Device Manager is written to an XML file. The name of this file is the value of the registry key \HKLM\SOFTWARE\POSfor.NET\Configuration.
Configuration Migration
You should not modify this file directly. Doing so may lead to unexpected behavior. You can, however, migrate the file from one system to another, making it possible to build a configuration on one system, and propagate that same setup to others.
API Support
You may also access configuration properties with the following methods in PosCommon:
- GetConfigurationProperty(String)
- SetConfigurationProperty(String, String)
- DeleteConfigurationProperty(String)
See Also
Other Resources
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.