<node> | |
<!-- | |
org.openbmc.Fru: | |
@short_description: | |
--> | |
<interface name="org.openbmc.Fru"> | |
<method name="setState"> | |
<arg name="state" type="i" direction="in"/> | |
</method> | |
<method name="getState"> | |
<arg name="state" type="i" direction="out"/> | |
</method> | |
<method name="addEventLog"> | |
<arg name="entry" type="s" direction="in"/> | |
</method> | |
<method name="getType"> | |
<arg name="type" type="s" direction="out"/> | |
</method> | |
<method name="getLocation"> | |
<arg name="location" type="s" direction="out"/> | |
</method> | |
<signal name="StateChanged"/> | |
<signal name="UnrecoverableError"/> | |
<signal name="RecoverableError"/> | |
</interface> | |
</node> | |