diaGlobWrapper Help
Enable Alarm notification on a channel.

Namespace:  Inkostar
Assembly:  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

Examples

To enable alarm notification on the inbound channel.
C#: objDevice.EnableAlarm(ChannelInbound);
VB.NET: objDevice.EnableAlarm(ChannelInbound)

See Also