Sys.CfgSetValue

This command stores a value in the reader's configuration. The Content parameter will be stored to the desired configuration value specified by the Key and Value parameters. If the value is already stored in the configuration, it will be replaced.

Properties

Parameters (request frame)

Name Type/Size Description
Key Integer (16 bits) -
Value Integer (8 bits) -
Length of Content Integer (8 bits) Length of Content in bytes
Content Raw data Content to write as configuration value (maximal allowed length: 0x80).

Returned values (response frame)

None