summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml b/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
index d5cd45e..4c60f44 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
@@ -1084,6 +1084,28 @@
</permissions>
</command>
+ <command number="6" name="Init ARBTable" ADbg="false" source="PC" supportedcmdtype="longrunning">
+ <documentation>
+ Initialize a SW version table, intended for checking the ARB functionality.
+ </documentation>
+ <interface type="loader" name="InitARBTable"/>
+ <input>
+ <value type="uint32" name="Type">ARB Type to update</value>
+ <value type="uint32" name="DataLength">Length of the Data buffer</value>
+ <value type="buffer" name="DataBuff_p" length="DataLength">The data to write</value>
+ </input>
+ <output>
+ </output>
+ <authentication depandancy="or" factory="TRUE" rd="TRUE" product="TRUE" service="TRUE">
+ <value ref="A1"/>
+ <value ref="CA"/>
+ </authentication>
+ <permissions>
+ <value ref="AdvanceServiceModeLevel"/>
+ <value ref="ProductionModeLevel"/>
+ </permissions>
+ </command>
+
</group>
<group number="08" name="ADbg application" supportedcmdtype="shortrunning">