Difference between revisions of "Extensions.DiagCom.ParameterContainer"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Description == | == Description == | ||
The '''ParameterContainer''' is an abstract data type which subsumes all data types that contain parameters, i.e. [[Parameter]] and [[Message]] handles. | The '''ParameterContainer''' is an abstract data type which subsumes all data types that contain parameters, i.e. [[Parameter]] and [[Message]] handles. | ||
+ | |||
+ | == Core Conversion == | ||
+ | See [[Parameter]], [[Request]], [[Response]] |
Revision as of 10:59, 18 July 2014
Classification
Name | ParameterContainer |
Short Description | Parameter Container |
Class | Abstract Data Type |
Base Data Type | - |
Default Value | Empty |
Provide a Literal | No |
SpecifiedBy | ISO 13209-3 |
Standard Compliant | Yes |
Description
The ParameterContainer is an abstract data type which subsumes all data types that contain parameters, i.e. Parameter and Message handles.