| Library | Module | Frames | Expand |
| /* readonly */ pfcExternalDataType | discr | |
| Returns the union discriminant value. | ||
| number | DoubleValue | |
| The double value. | ||
| number | IntegerValue | |
| The integer value. | ||
| string | StringValue | |
| The string value. | ||
| /* readonly */ pfcExternalDataType | discr |
| number | DoubleValue |
|
The double value. Exceptions thrown (but not limited to): pfcXBadGetExternalData - Data is not double |
| number | IntegerValue |
|
The integer value. Exceptions thrown (but not limited to): pfcXBadGetExternalData - Data is not an integer |
| string | StringValue |
|
The string value. Exceptions thrown (but not limited to): pfcXBadGetExternalData - Data is not string |