Structures

Structures are used to define reusable data types. Their syntaxes have a keyword struct followed by a variable, which acts as a valid type name.

The basic data types advised by the IDL and their corresponding descriptions are as follows:

interface EmployeeRegistry {
struct address_spec {
name string <100>;
salary float;
};
..................Content has been hidden....................

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