J-Integra® Espresso Programming Documentation (API)

Any.extract_ulong Method

Extracts the ulong in this Any object's value field.

uint extract_ulong();

Parameters

none

Return Value

the ulong stored in this Any object.

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.BAD_OPERATION An error occurs if this Any object contains something other than a ulong or the value field has not yet been set.

See Also

Any Interface | Any Members | Ics Namespace