| DiaGlobWrapperEnableAlarm Method |
diaGlobWrapper Help
Enable Alarm notification on a channel.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic void EnableAlarm(
Channel CurrentChannel
)
Public Sub EnableAlarm (
CurrentChannel As Channel
)
public:
void EnableAlarm(
Channel^ CurrentChannel
)
member EnableAlarm :
CurrentChannel : Channel -> unit
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