当前位置:网站首页>[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
边栏推荐
猜你喜欢
随机推荐
Figure guessing game
Programmers can also write novels
C语言实现2048小游戏方向合并逻辑
gst-launch-1.0用法小记
Rust:如何实现一个线程池?
gcc ,g++,gdb的安装
Round up a little detail of the round
【UDS统一诊断服务】一、诊断概述(1)— 诊断概述
【UDS统一诊断服务】三、应用层协议(2)
Robocode教程4——Robocode的游戏物理
Common shortcut keys of IDE
Swagger2 generates API documents
爬取彩票数据
[UDS unified diagnosis service] i. diagnosis overview (2) - main diagnosis protocols (K-line and can)
共用数据的保护
搭建jpress个人博客
基于Sentinel+Nacos 对Feign Client 动态添加默认熔断规则
Installation of GCC, G + +, GDB
【UDS统一诊断服务】一、诊断概述(2)— 主要诊断协议(K线和CAN)
SSH 公钥 私钥的理解