API
- The
IApiinterfaces manages the elements of the remote function. IApiElementdefines an element of an API with attributes all elements have in common: name, type, direction, and optional-flag.IValue,IStruct, andITableall add acast()method for typecasting.IStructandITablecontain a list ofIMembermembers.IMemberis a member ofIStructorITableand only has name and type attributes.