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

Gets the minimum PDU length of the DbRequest More...

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

Public Attributes

DbRequestTerm dbRequest
 Cardinality [1]
This element represents the DbRequest whose minimum PDU length 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 minimum PDU length of the DbRequest

The GetDbRequestPDUMinLength activity which returns the minimum PDU length of the DbRequest

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

Exceptions
Exceptions.NotSupportedExceptionIf the communication primitive does not support the PDU information
Syntax
IntegerTerm = DiagDataBrowsingPlus.GetDbRequestPDUMinLength(DbRequestTerm dbRequest);
Examples
// Local Declarations
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
DiagDataBrowsingPlus.DbRequest DbRequest;
Integer MyInteger;
// Flow
DiagService = DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_RequeDownl");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
DbRequest = DiagDataBrowsingPlus.GetDbDiagServiceDbRequest(DbDiagService);
MyInteger = DiagDataBrowsingPlus.GetDbRequestPDUMinLength(DbRequest);

Member Data Documentation

◆ dbRequest

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

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

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbRequestPDUMinLength.dbRequest
DbRequestTerm dbRequest
Cardinality [1] This element represents the DbRequest whose minimum PDU length shall be returned.
Definition: DiagDataBrowsingPlus.cs:6540