<node> | |
<!-- | |
org.openbmc.Flash: | |
@short_description: | |
--> | |
<interface name="org.openbmc.Flash"> | |
<method name="updateViaFile"> | |
<arg name="file" type="s" direction="in"/> | |
</method> | |
<method name="updateViaHttp"> | |
<arg name="url" type="s" direction="in"/> | |
</method> | |
<method name="erase"/> | |
<method name="init"/> | |
<signal name="Updated"/> | |
</interface> | |
</node> | |