diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Clears the buffer containing digits already collected.
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void ClearDigitsBuffer( Channel CurrentChannel ) |
| Visual Basic (Declaration) |
|---|
Public Sub ClearDigitsBuffer ( _ CurrentChannel As Channel _ ) |
| Visual C++ |
|---|
public: void ClearDigitsBuffer( Channel^ CurrentChannel ) |
Parameters
- CurrentChannel
- Type: Inkostar..::.Channel
The Channel on the Dialogic board on which the function is to be executed.
Remarks
This function can only be invoked when the channel has been opened.
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To clear the digits buffer:
C#: objDevice.ClearDigitsBuffer(ChannelInbound);
VB.NET: objDevice.ClearDigitsBuffer(ChannelInbound)
C#: objDevice.ClearDigitsBuffer(ChannelInbound);
VB.NET: objDevice.ClearDigitsBuffer(ChannelInbound)