Extensions.DiagDataBrowsing.IsByteFieldParameter
Revision as of 02:51, 31 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagDataBrowsing == Classification == {{ClassificationActivity | IsByteFieldParameter | Checks if the parameter is of type ByteField | Term | DiagDataBrowsi...")
Contents
Classification
Name | IsByteFieldParameter |
Short Description | Checks if the parameter is of type ByteField |
Class | Term |
Extension | OTX DiagDataBrowsing extension |
Group | DiagDataBrowsing terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Boolean IsByteFieldParameter(Parameter parameter);
Description
IsByteFieldParameter will return TRUE if the specified parameter if and only represents a ByteField value as defined in the diagnostic database.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Booelan | Returns TRUE if exactly then the specified parameter is a ByteField value as defined in the diagnostic database |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Parameter | Parameter | Term | - | [1] | The request or response parameter that is checked by Type |
Examples
Boolean result = IsByteFieldParameter(parameter);
See also
IsBooleanParameter
IsStringParameter
IsNumericParameter
IsComplexParameter