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

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

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

Public Attributes

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

The GetDbRequestPDUMaxLength activity which returns the maximum PDU length of the DbRequest.

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

Exceptions
Exceptions.NotSupportedExceptionIf the communication primitive does not support the PDU information
Syntax
IntegerTerm = DiagDataBrowsingPlus.GetDbRequestPDUMaxLength(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.GetDbRequestPDUMaxLength(DbRequest);

Member Data Documentation

◆ dbRequest

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

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

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