Classification
Pseudo-Code Syntax
ByteField GetPdu(Message message);
Description
The GetPdu term returns the byte stream of a request or a response. The byte stream is referred to as PDU (Protocol Data Unit). The PDU contains the entire block starting with the service identifier (SID), but without header and checksum.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
ByteField |
Request of diagnostic services.
|
Properties
Examples
ByteField pdu = GetPdu(message);
See also
GetRequest