当前位置:网站首页>[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
边栏推荐
猜你喜欢
随机推荐
sqlite编译
爬虫效率提升方法
带默认模板实参的类模板与模板模板形参的匹配
代理服务器
C#【文件操作篇】按行读取txt文本
Basemap库绘制地图
[UDS unified diagnosis service] i. diagnosis overview (2) - main diagnosis protocols (K-line and can)
for()循环参数调用顺序
Rust 中的 RefCell
Flask操作多个数据库
Graduation project, curriculum link, student achievement evaluation system
多线程爬取马可波罗网供应商数据
实现一个计算m~n(m<n)之间所有整数的和的简单函数
[UDS unified diagnostic service] IV. typical diagnostic service (5) - function / component test function unit (routine function unit 0x31)
产生随机数
拷贝构造函数
OpenCV使用 GenericIndex 进行 KNN 搜索
C语言实现2048小游戏方向合并逻辑
在MFC中使用printf
C语言进阶要点笔记3