OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbRequestDefaultPDU Class Reference

Gets the default PDU of the DbRequest as a ByteField More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbRequestDefaultPDU:
Inheritance graph

Public Attributes

DbRequestTerm dbRequest
 Cardinality [1]
This element represents the DbRequest whose default PDU shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets the default PDU of the DbRequest as a ByteField

The GetDbRequestDefaultPDU activity which returns the default PDU of the DbRequest as a ByteField.

Note: The appropriate MVCI system operation is MCDDbRequest::getDefaultPDU.

Exceptions
Exceptions.NotSupportedExceptionIf the communication primitive does not support the PDU information.
Syntax
ByteFieldTerm = DiagDataBrowsingPlus.GetDbRequestDefaultPDU(DbRequestTerm dbRequest);
Examples
// Local Declarations
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
DiagDataBrowsingPlus.DbRequest DbRequest;
ByteField MyByteField;
// Flow
DiagService = DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDataByIdentActuaTestStatu");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
DbRequest = DiagDataBrowsingPlus.GetDbDiagServiceDbRequest(DbDiagService);
MyByteField = DiagDataBrowsingPlus.GetDbRequestDefaultPDU(DbRequest);

Member Data Documentation

◆ dbRequest

DbRequestTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbRequestDefaultPDU.dbRequest

Cardinality [1]
This element represents the DbRequest whose default PDU shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbRequestDefaultPDU.dbRequest
DbRequestTerm dbRequest
Cardinality [1] This element represents the DbRequest whose default PDU shall be returned.
Definition: DiagDataBrowsingPlus.cs:5923