当前位置:网站首页>[UDS unified diagnostic service] III. application layer protocol (1)
[UDS unified diagnostic service] III. application layer protocol (1)
2022-04-23 06:39:00 【Tomorrow is like noon】
3、 ... and 、 Application layer protocol (1)
Where the application layer is located

Next , Start to explain the application layer protocol .
1. Typical service structure
(1) The client sends , The server receives and replies

(2) The client sends , The server receives

2. Application layer protocol
(1) Application layer protocol data unit (A_PDU,Application_Protocal Data Unit)

(2) Application layer protocol control information (A_PCI,Application_Protocal Control Information)


3. request (Client issue ) And response (Server reply ) Example
A term is used to explain :
Before giving a formal example , You can learn the following , For better understanding :
Cvt:Convention practice , convention , Appointment
C:Conditional The conditional , Whether to use depends on other parameters . request / The response message is marked as “C" The parameter of appears only under the specified conditions ;
M:Mandatory mandatory sex . request / The response message table is marked as “M" The parameter for always exists ;
U:User(optional) user ( Selectable ). request / The response message table is marked as "U" The parameters of are provided according to the dynamic use of the manufacturer .
S: Force the selection of... From the parameter list ( Enumeration type )
(1) request ( No tape function )A_PDU

(2) request ( Tape function )A_PDU

(3) Positive response A_PDU

(4) Negative response A_PDU(NR,Negative Response)

4. Negative response code NRC(Negative Response Code)
Only the most common ones are listed below :

版权声明
本文为[Tomorrow is like noon]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230546376841.html
边栏推荐
猜你喜欢
随机推荐
Make your own small program
根据SQL语句查询出的结果集,将其封装为json
【学习一下】HF-Net 训练
文件查看命令和用户管理命令
C语言的运算符
[UDS unified diagnosis service] i. diagnosis overview (2) - main diagnosis protocols (K-line and can)
实现一个计算m~n(m<n)之间所有整数的和的简单函数
C语言数组处理批量数据
Easy to use data set and open source network comparison website
Robocode教程5——Enemy类
爬取小米有品app商品数据
生成快捷方式
类和对象的初始化(构造函数与析构函数)
搭建jpress个人博客
PM2 deploy nuxt project
【UDS统一诊断服务】四、诊断典型服务(1)— 诊断和通信管理功能单元
Cross domain issues - allow origin header contains multiple values but only one is allowed
Rust 中的 RefCell
C语言实用小技巧合集(持续更新)
copy constructor








