Click or drag to resize
DiaGlobWrapperEnableAlarm Method
diaGlobWrapper Help
Enable Alarm notification on a channel.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public void EnableAlarm(
	Channel CurrentChannel
)

Parameters

CurrentChannel
Type: InkostarChannel
The Channel on the Dialogic board on which the function is to be executed.
Remarks
Compatibility: E1 CAS, T1 Robbed Bit, ISDN (BRI and PRI)
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)
See Also