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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.