June 2017
Intermediate to advanced
304 pages
7h 12m
English
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);};
Read now
Unlock full access