Essential Classes and Interfaces
The below table briefly describes the most important classes and interfaces of Iotellect SDK.
Class Name | Description |
| A container for server connection parameters (address, port, username and password). An instance of this class is passed to the constructor of |
| This class is used to establish and control a connection with the Iotellect Server. It provides access to a |
| An interface that provides access to the context tree. An instance of the class implementing this interface may be retrieved from the |
| An interface letting you work with a single context. Instances of classes implementing this interface are returned by different methods of |
| Definition of the context variable. Provides access to its properties, format, getter and setter. |
| Definition of the context function. Provides access to its properties, input/output formats and implementation. |
| Definition of the context event. Provides access to its properties and format. |
| Implementations of this interface should provide custom variable value reading logic. |
| Implementations of this interface should provide custom variable value writing logic. |
| Implementations of this interface should provide custom function execution logic, i.e. processing of input and generation of output. |
| A base interface for context event listeners. The listener's |
| Default implementation of |
| An interface defining the operations applicable to Data Tables, including operations that provide access to the format and records of the table. Instances of this type are returned by |
| A skeletal implementation of |
| Primary implementation of |
| Implementation of a single Data Table record. |
| Class implementing the format of a Data Table. It includes table properties and a list of fields. |
| Class implementing the format of a single Data Table field. Defines name, type and other parameters of the field, including validators, selection values etc. |
| The instance of this class is passed to many context operations. It incorporates permissions of the calling side. |
| A special type of caller controller that suppress any permission checking, giving full access to the calling side. Should be used for system calls. |
| A list of permissions ( |
| This class provides a set of static methods for getting |
Was this page helpful?