Norman James | e276510 | 2015-08-19 22:00:55 -0500 | [diff] [blame] | 1 | <node>
|
| 2 | <!--
|
| 3 | org.openbmc.Fru:
|
| 4 | @short_description:
|
| 5 | -->
|
| 6 | <interface name="org.openbmc.Fru">
|
| 7 | <method name="setState">
|
| 8 | <arg name="state" type="i" direction="in"/>
|
| 9 | </method>
|
| 10 | <method name="getState">
|
| 11 | <arg name="state" type="i" direction="out"/>
|
| 12 | </method>
|
| 13 | <method name="addEventLog">
|
| 14 | <arg name="entry" type="s" direction="in"/>
|
| 15 | </method>
|
Norman James | 16efce6 | 2015-08-19 22:30:31 -0500 | [diff] [blame] | 16 | <method name="getType">
|
| 17 | <arg name="type" type="s" direction="out"/>
|
| 18 | </method>
|
| 19 | <method name="getLocation">
|
| 20 | <arg name="location" type="s" direction="out"/>
|
| 21 | </method>
|
| 22 | <signal name="StateChanged"/>
|
| 23 | <signal name="UnrecoverableError"/>
|
| 24 | <signal name="RecoverableError"/>
|
| 25 |
|
Norman James | e276510 | 2015-08-19 22:00:55 -0500 | [diff] [blame] | 26 | </interface>
|
| 27 | </node>
|
| 28 |
|