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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.