| Library | Module | Frames | Expand |
| Property | discr | as IpfcExternalDataType [readonly] |
| Returns the union discriminant value. | ||
| Property | DoubleValue | as Double |
| The double value. | ||
| Property | IntegerValue | as Long |
| The integer value. | ||
| Property | StringValue | as String |
| The string value. | ||
| Property | discr | as IpfcExternalDataType [readonly] |
| Property | DoubleValue | as Double |
|
The double value. Exceptions thrown (but not limited to): IpfcXBadGetExternalData - Data is not double |
| Property | IntegerValue | as Long |
|
The integer value. Exceptions thrown (but not limited to): IpfcXBadGetExternalData - Data is not an integer |
| Property | StringValue | as String |
|
The string value. Exceptions thrown (but not limited to): IpfcXBadGetExternalData - Data is not string |