Internet Browser: Difference between revisions
No edit summary |
|||
Line 333: | Line 333: | ||
=== TLVs === | === TLVs === | ||
All strings are NUL-terminated. | |||
==== Input TLVs ==== | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 525: | Line 528: | ||
|} | |} | ||
==== Output TLVs ==== | |||
{| class="wikitable" border="1" | |||
|- | |||
! System Version | |||
! Type | |||
! Size | |||
! Value | |||
! Description | |||
|- | |||
| [3.0.0+] ? | |||
| 0x1 | |||
| 0x4 | |||
| u32 | |||
| ShareExitReason | |||
|- | |||
| [3.0.0+] ? | |||
| 0x2 | |||
| | |||
| string | |||
| LastUrl | |||
|- | |||
| [3.0.0+] ? | |||
| 0x3 | |||
| 0x8 | |||
| u64 | |||
| LastUrlSize | |||
|- | |||
| [3.0.0+] ? | |||
| 0x4 | |||
| 0x4 | |||
| u32 | |||
| SharePostResult | |||
|- | |||
| [3.0.0+] ? | |||
| 0x5 | |||
| | |||
| string | |||
| PostServiceName | |||
|- | |||
| [3.0.0+] ? | |||
| 0x6 | |||
| 0x8 | |||
| u64 | |||
| PostServiceNameSize | |||
|- | |||
| [3.0.0+] ? | |||
| 0x7 | |||
| | |||
| string | |||
| PostId | |||
|- | |||
| [3.0.0+] ? | |||
| 0x8 | |||
| 0x8 | |||
| u64 | |||
| PostIdSize | |||
|} | |||
These are used for Share-applet. | |||
== Versions == | == Versions == |