J-Integra® Espresso Programming Documentation (API)

ORB.create_struct_tc Method

Creates a TypeCode object representing an IDL struct. The TypeCode object is initialized with the given id, name, and members.

Ics.CORBA.TypeCode create_struct_tc(
 string id,
 string name,
 StructMember[] members
);

Parameters

id
the repository id for the struct.
name
the name for the struct.
members
an array describing the members of the struct.

Return Value

the newly-created TypeCode object describing an IDL struct.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace