Difference between revisions of "Stentofon DotNet Libraries"
From Zenitel Wiki
m |
|||
Line 20: | Line 20: | ||
an AlphaNet client (TCP/IP, connection monitoring etc). | an AlphaNet client (TCP/IP, connection monitoring etc). | ||
| Release | | Release | ||
− | | align="center" | 2 | + | | align="center" | 4.6.2 |
|- | |- | ||
| [[Stentofon.AlphaCom.Data.dll]] | | [[Stentofon.AlphaCom.Data.dll]] | ||
Line 26: | Line 26: | ||
AlphaCom State Data handled is StationState, CallRequests, and CallConnections. Supports MSSQL database | AlphaCom State Data handled is StationState, CallRequests, and CallConnections. Supports MSSQL database | ||
| Release | | Release | ||
− | | align="center" | | + | | align="center" | 4.6.2 |
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Revision as of 10:00, 23 October 2017
This is the main page for the Stentofon libraries written in the .NET Framework
These libraries contains several APIs (Application Programming Interface) for different Stentofon products.
The following libraries are released or under construction:
.NET Assembly file | Short Description | Status | .NET FW |
---|---|---|---|
Stentofon.AlphaCom.AlphaNet.dll | Library for Handling AlphaNet communication with AlphaCom node(s).
One singel node as well as a complete AlphaCom node network is supported. The library includes code for Message parsing, Message sending, and being an AlphaNet client (TCP/IP, connection monitoring etc). |
Release | 4.6.2 |
Stentofon.AlphaCom.Data.dll | Library for handling AlphaCom State data (and possible config data in th future).
AlphaCom State Data handled is StationState, CallRequests, and CallConnections. Supports MSSQL database |
Release | 4.6.2 |
AlphaCom SDK
As a starting point for developing applications interfacing the Alphacom the AlphaCom SDK is recommended as a start. This SDK includes the dlls, compiled help files, runnable example applications and the source code of the application.