|
Q: ActiveX or ActiveX API: What is the difference ? Example
|
|
Q: What is the SuperCom DUAL API ? With DUAL API you can choose to use one API or even both API's as it fits best.
|
|
Q: What is the SuperCom DLL API ? The DLL API is functional grouped into two categories: a) the Low Level functions operating close to the underlying hardware and each name starts with Com... (e.g. ComInit) and b) the High Level functions operating above the low level functions, not bound to a specific hardware and each name starts with RS... (e.g. RS_TXPInTime). Example
DLL: A DLL is an external shared library of functions that is loaded when needed. A DLL takes code out of the executable, makes it smaller, it loads faster and it can be shared by many executables the same time. Windows automatically loads the DLL when the application calls for it. The most part of the Windows operating system consist of DLLs (Windows API). DLL's are maybe the most useful feature ever added to Windows and is the abutment of the Windows modularity concept. Thus the SuperCom DLL API fits excellent into the Windows modularity concept and using it is very easy. The Chart of Software and Features shows which SuperCom product supports a specific API. |
|
Q: What is the SuperCom ActiveX API ? The Chart of Software and Features shows which SuperCom product supports a specific API. |
|
Q: Do I have to choose an API in advance ? |
|
Q: What to use in a NET development environment ? The SuperCom .NET Class Library is included in every DLL API and DUAL API SuperCom completely with its C# source code and can be used with NET aware compilers like C#, VB Net and C++. The SuperCom .NET Class Library is available in 32 bit and 64 bit SuperCom packages.
|
|
Q: Can I use SuperCom functions and protocols in combination with a third-party communication toolkit ? |
|
Q: Do I have any influence on the reported events ? |
|
Q: Is it possible to monitor an adjust events on low level ? Event function filtering communications events: Sample
|
The above samples are easily adopted to other development environments like Visual Basic, Delphi, C#, VB Net. Most of this code can also be located within the included samples. SuperCom does also include support functions to overcome some compiler limitations regarding pointer and address calling functions.