Profile file structure

Profile files are used to save the value of some controls.

profile attributes:

control attributes:

File format:

<?xml version="1.0"?>
<profile pnpid="%pnp_id%" name="%profile_name%" version="1">
  <control address="%hex_address%" value="%control_value%"/>
  <control...>
</profile>

SourceForge.net Logo