| Name | Data Type | Default Value | Qualifiers |
| Name | Data Type | Value |
| ActionType | uint16 | |
| Description | string | Type of Action to be performed on the specified setting entry.
0=Create - Creates the specified entry.
1=Delete - Deletes the specified entry.
2=Append - Appends to the end of the specified entry.
3=Remove - Removes the value from the specified entry. |
| ValueMap | string | 0, 1, 2, 3 |
| Values | string | Create, Delete, Append, Remove |
| EntryName | string | |
| Description | string | Name of setting entry to be modified. |
| MaxLen | uint32 | 256 |
| EntryValue | string | |
| Description | string | This is the value to add, append, or replace the specified setting. |
| FileName | string | |
| Description | string | File name of the 'setting' file. |
| MaxLen | uint32 | 1024 |
| SectionKey | string | |
| Description | string | This is the key or label of the section of the file to be modified. |
| MaxLen | uint32 | 256 |