GetBootLogo. Get boot logo.
Request
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation
of the SDK protocol version.
-->
Respond
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
<out method="GetBootLogo" result="##result">
<logo
exist="##value" name="##value"
md5="##value"/>
</out>
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation
of the SDK protocol version.
2. out.method ="GetBootLogo"
3. out.result : (The
error code refers to ErrorCode
4. out.result : When the value is not "kSuccess", out has no child nodes.
5. logo.exist: Whether to set the boot logo, the
value range is {"true" (set), "false" (not set)}.
6. logo.name: The file name of the boot
logo.
7. logo.md5: The md5 value of the file on the
boot logo.
-->