API
- The
IApi
interfaces manages the elements of the remote function. IApiElement
defines an element of an API with attributes all elements have in common: name, type, direction, and optional-flag.IValue
,IStruct
, andITable
all add acast()
method for typecasting.IStruct
andITable
contain a list ofIMember
members.IMember
is a member ofIStruct
orITable
and only has name and type attributes.