Parameter Getting Functions
IiopGetBinary Function
Retrieves a return parameter containing binary data from a CORBA object.
IiopGetBoolean Function
Retrieves a boolean return parameter from a CORBA object.
IiopGetChar Function
Retrieves a character return parameter from a CORBA object.
IiopGetDouble Function
Retrieves a double value return parameter from a CORBA object.
IiopGetFloat Function
Retrieves a float value return parameter from a CORBA object.
IiopGetLong Function
Retrieves a long value return parameter from a CORBA object.
IiopGetObject Function
Retrieves an object return parameter from a CORBA object.
IiopGetOctet Function
Retrieves an octet return parameter from a CORBA object.
IiopGetOctetSequence Function
Retrieves an octet sequence return parameter from a CORBA object.
IiopGetShort Function
Retrieves a short value return parameter from a CORBA object.
IiopGetString Function
Retrieves a string return parameter from a CORBA object.
IiopGetTypecode Function
Retrieves a type code return parameter from a CORBA object.
IiopGetUShort Function
Retrieves an unsigned short value return parameter from a CORBA object.
IiopGetValue Function
Retrieves a value type return parameter from a CORBA object.
IiopGetValueHeader Function
Retrieves information about a value type return parameter from a CORBA object based on the return value, either true or false.
IiopGetWChar Function
Retrieves a wide character return parameter from a CORBA object.
IiopGetWString Function
Retrieves a wide string return parameter from a CORBA object.
IiopGetDataByTypeCode Function
Retrieves a certain amount of data from a CORBA object.
Parent topic:
Parameter Setting and Getting Functions Overview