| Library | Module | Frames | Expand |
| Property | discr | as IpfcParamValueType [readonly] |
| Returns the union discriminant value. | ||
| Property | BoolValue | as Boolean |
| If the parameter type is PARAM_BOOLEAN, this is a Boolean value. | ||
| Property | DoubleValue | as Double |
| If the parameter type is PARAM_DOUBLE, this is a double value. | ||
| Property | IntValue | as Long |
| If the parameter type is PARAM_INTEGER, this is an integer value. | ||
| Property | NoteId | as Long |
| If the parameter type is PARAM_NOTE, this is a note identifier. | ||
| Property | StringValue | as String |
| If the parameter type is PARAM_STRING, this is a string value. | ||
| Property | discr | as IpfcParamValueType [readonly] |
| Property | BoolValue | as Boolean |
|
If the parameter type is PARAM_BOOLEAN, this is a Boolean value. Exceptions thrown (but not limited to): IpfcXBadGetParamValue - Parameter value is not boolean |
| Property | DoubleValue | as Double |
|
If the parameter type is PARAM_DOUBLE, this is a double value. Exceptions thrown (but not limited to): IpfcXBadGetParamValue - Parameter value is not double |
| Property | IntValue | as Long |
|
If the parameter type is PARAM_INTEGER, this is an integer value. Exceptions thrown (but not limited to): IpfcXBadGetParamValue - Parameter value is not an integer |
| Property | NoteId | as Long |
|
If the parameter type is PARAM_NOTE, this is a note identifier. Exceptions thrown (but not limited to): IpfcXBadGetParamValue - Parameter value is not a note identifier |
| Property | StringValue | as String |
|
If the parameter type is PARAM_STRING, this is a string value. Exceptions thrown (but not limited to): IpfcXBadGetParamValue - Parameter value is not string |