|
class | Bridge |
| This class is for accessing Seci from an external source. All the COM and Remoting calls go through this class. More...
|
|
class | ComInterface |
| This class is for accessing Seci via COM. The COM interface is registered when Seci starts and unregistered when Seci closes; this means if Seci is not running then the COM call will fail. All COM connections will go to the same instance of Seci rather than starting a new instance. More...
|
|
class | ComNetInterface |
|
interface | IComInterface |
| The exposed COM interface More...
|
|
class | ReadOnlyRemoting |
| This class is for accessing SECI via DotNet Remoting. Used for the web dashboards mainly. This class can only return values from SECI. More...
|
|
class | ReadWriteRemoting |
| This class is for accessing SECI via DotNet Remoting. This class can return values from SECI and also allows commands to be send to SECI remotely. More...
|
|