AT Commands Phone Terminal Terminated 141
AT*EWBA WAP Bookmark Add
AT*EWBR WAP Bookmark Read
Description: Adds or deletes a bookmark in the list of bookmarks. A bookmark is always added to
the last position in the bookmark list. If <title> is omitted, the bookmark title is set to
the first <ntitle> number of characters of the <url>. If the <url> parameter exceeds
<nurl> number of characters, the bookmark URL is truncated to the last ‘/’ character
among the last <nurl> number of characters.
To delete a bookmark, <bmix> is set to a value greater than ‘0’, and <url> and <title>
must be omitted.
Set command: AT*EWBA=<bmix>,[<url>[,<title>]]
Read command: AT*EWBA?
Read command
response:
*EWBA: <bmix1>,<url1>,<title1><CR><LF>
[*EWBA: <bmix2>,<url2>,<title2><CR><LF>
[...]]
Test command: AT*EWBA=? Shows if the command is supported.
Test command
response:
*EWBA: (list of supported <bmix>s),<nurl>,<ntext>
Parameters:
<bmix>:
<bmix> Description
0 Adds the bookmark to the last position in the list of
bookmarks. This value is only valid for adding bookmarks
1-25 Index to list of bookmarks
These values are only valid for deleting bookmarks
<url>: String; the URL representing the bookmark.
<nurl>: Integer; maximum length of <url>.
<title>: String; bookmark title.
<ntitle>: Integer; maximum length of <title>.
Description: Reads a bookmark in the bookmark list
Read command: AT*EWBR=<bmix>
Read command
response:
*EWBR: <url>,<title>
Test command: AT*EWBR=? Shows if the command is supported.
Test command
response:
*EWBR: (list of supported <bmix>s)
Parameters:
<bmix>: Integer; index to the bookmark in the list.
<url>: String; the URL representing the bookmark.
<title>: String; bookmark title.