Actions

Difference between revisions of "Stentofon DotNet Libraries"

From Zenitel Wiki

(table)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is the main page for the Stentofon libraies written in the [http://en.wikipedia.org/wiki/.NET_Framework| .NET Framework]
+
{{A}}
 +
This is the main page for the Stentofon libraries written in the [http://en.wikipedia.org/wiki/.NET| .NET Framework]
  
{{NotReleased}}
 
  
 
These libraries contains several APIs (Application Programming Interface) for different Stentofon products.
 
These libraries contains several APIs (Application Programming Interface) for different Stentofon products.
Line 7: Line 7:
 
The following libraries are released or under construction:
 
The following libraries are released or under construction:
  
{| {{prettytable}}  class="sortable"  
+
{|class="sortable" border="1"
|+ TABLE CAPTION
+
|- style="background: #ffdead;"
|- style="background: #DDFFDD;"
+
! .NET Assembly file
! FELD 1
+
! Short Description
! FELD 2
+
! width="100pt" | Status
! FELD 3
+
! width="100pt" | .NET FW
! FELD 4
+
 
|-
 
| Element
 
| Element
 
| Element
 
| Element
 
|-
 
| Element
 
| Element
 
| Element
 
| Element
 
|-
 
| Element
 
| Element
 
| Element
 
| Element
 
 
|-
 
|-
| Element
+
| [[Stentofon.AlphaCom.AlphaNet.dll]]
| Element
+
| Library for Handling AlphaNet communication with AlphaCom node(s).
| Element
+
One single node as well as a complete AlphaCom node network is supported.
| Element
+
The library includes code for Message parsing, Message sending, and being
 +
an AlphaNet client (TCP/IP, connection monitoring etc).
 +
| Release
 +
| align="center" | 4.6.2
 
|-
 
|-
| Element
+
| [[Stentofon.AlphaCom.Data.dll]]
| Element
+
| Library for handling AlphaCom State data (and possible config data in th future).
| Element
+
AlphaCom State Data handled is StationState, CallRequests, and CallConnections. Supports MSSQL database
| Element
+
| Release
 +
| align="center" | 4.6.2
 
|}
 
|}
 +
 +
 +
==VS-SDK for AlphaCom==
 +
 +
As a starting point for developing applications interfacing the AlphaCom, [[VS-SDK for AlphaCom]] is recommended as a start.
 +
This SDK includes the dlls, compiled help files, runnable example applications and the source code of the application.
 +
 +
[[Category: SDK]]

Latest revision as of 11:27, 9 February 2023

AlphaCom icon 300px.png

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 single 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


VS-SDK for AlphaCom

As a starting point for developing applications interfacing the AlphaCom, VS-SDK for AlphaCom is recommended as a start. This SDK includes the dlls, compiled help files, runnable example applications and the source code of the application.