Classification
Pseudo-Code Syntax
SetPdu(Request req, ByteField pdu);
Description
With the SetPdu activity a request can be passed directly without further processing a byte stream. 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.
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Request |
Request |
Term |
- |
[1] |
Request object.
|
Pdu |
ByteField |
Term |
- |
[1] |
PDU (z.B.: "18 00 FF FF").
|
Examples
ComChannel myComCannel = GetComChannel("LL_AllEmissRelatUDSSyste", "", false);
Request req = GetRequest(CreateDiagServiceByName(myComCannel,"DiagnServi_ReadDataByIdentActuaTestStatu"));
SetPdu(req, $18 00 FF FF);
See also
GetComChannel
SetParameterValue
SetParameterValueBySemantic