summaryrefslogtreecommitdiff
path: root/NodeStateTest/org.genivi.NodeStateMachineTest.xml
blob: 9426f45436fc7bdf3b8e50587f3b2901990bcc23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!--
*
* Copyright (C) 2012 Continental Automotive Systems, Inc.
*
* Author: Jean-Pierre.Bogler@continental-corporation.com
*
* XML model of the dbus interfaces for the test NodeStateMachine
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Date             Author              Reason
* 24.01.2013       Jean-Pierre Bogler  CSP_WZ#1194: Initial creation.
*
-->

<node>
  <interface name="com.contiautomotive.NodeStateMachineTest.Test">
    <method name="SetNsmData">
      <arg name="DataType"  direction="in"  type="i"/>
      <arg name="Data"      direction="in"  type="ay"/>
      <arg name="DataLen"   direction="in"  type="u"/>
      <arg name="ErrorCode" direction="out" type="i"/>
    </method>
    <method name="GetNsmData">
      <arg name="DataType"  direction="in"  type="i"/>
      <arg name="DataIn"    direction="in"  type="ay"/>
      <arg name="DataOut"   direction="out" type="ay"/>
      <arg name="DataLen"   direction="in"  type="u"/>
      <arg name="ErrorCode" direction="out" type="i"/>
    </method>
    <method name="GetNsmInterfaceVersion">
      <arg name="Version"  direction="out"  type="u"/>
    </method>
  </interface>
</node>