ETSI TS 103 544-15-2017 Publicly Available Specification (PAS) Intelligent Transport Systems (ITS) MirrorLink Part 15 Application Programming Interface (API) Level 1 & 2 (V1 3 0).pdf
《ETSI TS 103 544-15-2017 Publicly Available Specification (PAS) Intelligent Transport Systems (ITS) MirrorLink Part 15 Application Programming Interface (API) Level 1 & 2 (V1 3 0).pdf》由会员分享,可在线阅读,更多相关《ETSI TS 103 544-15-2017 Publicly Available Specification (PAS) Intelligent Transport Systems (ITS) MirrorLink Part 15 Application Programming Interface (API) Level 1 & 2 (V1 3 0).pdf(61页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI TS 103 544-15 V1.3.0 (2017-10) Publicly Available Specification (PAS); Intelligent Transport Systems (ITS); MirrorLink; Part 15: Application Programming Interface (API) Level 1 Essential, or potentially Essential, IPRs notified to ETSI in respect of ETSI standards“, which is available from the
2、 ETSI Secretariat. Latest updates are available on the ETSI Web server (https:/ipr.etsi.org/). Pursuant to the ETSI IPR Policy, no investigation, including IPR searches, has been carried out by ETSI. No guarantee can be given as to the existence of other IPRs not referenced in ETSI SR 000 314 (or th
3、e updates on the ETSI Web server) which are, or may be, or may become, essential to the present document. Trademarks The present document may include trademarks and/or tradenames which are asserted and/or registered by their owners. ETSI claims no ownership of these except for any which are indicate
4、d as being the property of ETSI, and conveys no right to use or reproduce any trademark and/or tradename. Mention of those trademarks in the present document does not constitute an endorsement by ETSI of products, services or organizations associated with those trademarks. Foreword This Technical Sp
5、ecification (TS) has been produced by ETSI Technical Committee Intelligent Transport Systems (ITS). The present document is part 15 of a multi-part deliverable. Full details of the entire series can be found in part 1 i.1. Modal verbs terminology In the present document “shall“, “shall not“, “should
6、“, “should not“, “may“, “need not“, “will“, “will not“, “can“ and “cannot“ are to be interpreted as described in clause 3.2 of the ETSI Drafting Rules (Verbal forms for the expression of provisions). “must“ and “must not“ are NOT allowed in ETSI deliverables except when used in direct citation. ETSI
7、 ETSI TS 103 544-15 V1.3.0 (2017-10)7 1 Scope The present document is part of the MirrorLinkspecification which specifies an interface for enabling remote user interaction of a mobile device via another device. The present document is written having a vehicle head-unit to interact with the mobile de
8、vice in mind, but it will similarly apply for other devices, which provide a colour display, audio input/output and user input mechanisms. The MirrorLink API specifies an interface to the MirrorLink Server, which allows any application to either get information about MirrorLink Servers or Clients pr
9、operties or to set them to specific values. In addition, the API specifies callback functions, which are used from the MirrorLink Server to inform the application about any change. 2 References 2.1 Normative references References are either specific (identified by date of publication and/or edition
10、number or version number) or non-specific. For specific references, only the cited version applies. For non-specific references, the latest version of the referenced document (including any amendments) applies. Referenced documents which are not found to be publicly available in the expected locatio
11、n might be found at https:/docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication, ETSI cannot guarantee their long-term validity. The following referenced documents are necessary for the application of the present document. 1 W3C: “JSpeec
12、h Grammar Format“, available at https:/www.w3.org/TR/jsgf/. 2 ETSI TS 103 544-22 (V1.3.0): “Publicly Available Specification (PAS); Intelligent Transport Systems (ITS); MirrorLink; Part 22: Android Specific Specifications enabling AIDL-based MirrorLink Applications“. 3 IETF RFC 2397: The “data“ URL
13、scheme, August 1998, http:/tools.ietf.org/html/rfc2397 . 2.2 Informative references References are either specific (identified by date of publication and/or edition number or version number) or non-specific. For specific references, only the cited version applies. For non-specific references, the la
14、test version of the referenced document (including any amendments) applies. NOTE: While any hyperlinks included in this clause were valid at the time of publication, ETSI cannot guarantee their long-term validity. The following referenced documents are not necessary for the application of the presen
15、t document but they assist the user with regard to a particular subject area. i.1 ETSI TS 103 544-1 (V1.3.0): “Publicly Available Specification (PAS); Intelligent Transport Systems (ITS); MirrorLink; Part 1: Connectivity“. 3 Abbreviations For the purposes of the present document, the following abbre
16、viations apply: ACMS Application Certification Management System BT Bluetooth ML MirrorLink ETSI ETSI TS 103 544-15 V1.3.0 (2017-10)8 OCSP Online Certificate Status Protocol RFB Remote Framebuffer UPnP Universal Plug and Play USB Universal Serial Bus VNC Virtual Network Computing 4 Introduction The
17、MirrorLink API specifies an interface to the MirrorLink Server, which allows any application to either get information about MirrorLink Servers or Clients properties or to set them to specific values. In addition, the API specifies callback functions, which are used from the MirrorLink Server to inf
18、orm the application about any change. Callback functions shall be implemented from the applications for any evented function. The MirrorLink APIs define a baseline API that shall be made accessible to 3rdparty app developers and does in no way restrict private APIs that can be developed by a MirrorL
19、ink Server vendor to satisfy his proprietary needs. The MirrorLink API specifies the interface in a platform/OS independent manner. Platform specific specification will describe the detailed platform specific view of the MirrorLink API, which shall be implemented from any MirrorLink Server device. T
20、he platform specific implementation of the MirrorLink API shall provide method to implement the features specified in this document, with at least the values provided in the present document. A specific API function can be marked as Mandatory or Optional. Any Mandatory marked function shall be fully
21、 implemented from the MirrorLink Server. Any Optional marked function should be fully implemented from the MirrorLink Server. In case the function is not fully implemented, the MirrorLink Server shall implement an empty shell, which responds with defined default values and a success flag set to “Fal
22、se“ (if available). The MirrorLink API specifies functions with three types of API functions: Get: The function is providing read access to information available on the MirrorLink Server. Set: The function is providing write access to information available on the MirrorLink Server. Callback: The fun
23、ction is a callback function, invoked from the MirrorLink Server. The implementation of the callback functionality will be specified in the platform specific specifications. All three functions may have a Success return value specified. The return value is set to True, if the action has been success
24、ful or the information requested is available. Otherwise the return value is set to False. Some of the data provided via the MirrorLink API will not be available from MirrorLink 1.0 clients. In such case, the MirrorLink Server shall provide a default value as specified. The MirrorLink API uses a set
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSITS103544152017PUBLICLYAVAILABLESPECIFICATIONPASINTELLIGENTTRANSPORTSYSTEMSITSMIRRORLINKPART15APPLICATIONPROGRAMMINGINTERFACEAPILEVEL12V130PDF

链接地址:http://www.mydoc123.com/p-740166.html