Types and constants

The basic data types advised by the IDL and their corresponding descriptions are given in the following table:

The following is an example that uses data types:

interface EmployeeRegistry {
typedef identification string <10>;
typedef name string <100>;
identification getId(in string name);
name getName(in string id);
};
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset