OTX Reference  
OpenTestSystem.Otx.Extensions.DiagComPlus.Terms.GetRequestEndTimeFromResult Class Reference

Gets the PDU-timestamp of the end of the request message More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagComPlus.Terms.GetRequestEndTimeFromResult:
Inheritance graph

Public Attributes

ResultTerm result
 Cardinality [1]
The Result from which the request timestamp 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 PDU-timestamp of the end of the request message

The GetRequestEndTimeFromResult term returns the PDU-timestamp of the end of the request message which caused the responses from the underlying system in microseconds. Systems should provide as much precision as possible - ideally by recording the time in receiving hardware. If this is not possible, the time can be recorded in the receiving software stack, but in all cases a timestamp shall be returned.

IMPORTANT — The timestamp that is returned cannot be used as a timestamp in the DateTime extension because it is returned in microseconds and it is not ensured that it is elapsed since 1970-01-01 00:00:00 UTC.

Note: The related MVCI system method is MCDResult::getRequestEndTime().

Syntax
IntegerTerm = DiagComPlus.GetRequestEndTimeFromResult(ResultTerm result);

Member Data Documentation

◆ result

ResultTerm OpenTestSystem.Otx.Extensions.DiagComPlus.Terms.GetRequestEndTimeFromResult.result

Cardinality [1]
The Result from which the request timestamp shall be returned.

OpenTestSystem.Otx.Extensions.DiagComPlus.Terms.GetRequestEndTimeFromResult.result
ResultTerm result
Cardinality [1] The Result from which the request timestamp shall be returned.
Definition: DiagComPlus.cs:1315