diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Enable Alarm notification on a channel.
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void EnableAlarm( Channel CurrentChannel ) |
| Visual Basic (Declaration) |
|---|
Public Sub EnableAlarm ( _ CurrentChannel As Channel _ ) |
| Visual C++ |
|---|
public: void EnableAlarm( Channel^ CurrentChannel ) |
Parameters
- CurrentChannel
- Type: Inkostar..::.Channel
The Channel on the Dialogic board on which the function is to be executed.
Remarks
Compatibility: Springware-E1/T1, Springware-ISDN, DM3-E1/T1, DM3-ISDN
On failure this function will generate an exception of type DiaGlobWrapperLibException
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To enable alarm notification on the inbound channel.
C#: objDevice.EnableAlarm(ChannelInbound);
VB.NET: objDevice.EnableAlarm(ChannelInbound)
C#: objDevice.EnableAlarm(ChannelInbound);
VB.NET: objDevice.EnableAlarm(ChannelInbound)