Click or drag to resize
DiaGlobWrapperGetCTInfo Method
diaGlobWrapper Help
Retrieves the CT Bus time slot information of a channel

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

Parameters

CurrentChannel
Type: InkostarChannel
The Channel on the Dialogic board on which the function is to be executed.

Return Value

Type: DiaGlobWrapperCommonDeviceInformation
Returns a DeviceInformation object.
Remarks
Compatibility: All
On success this function will return an Inkostar.DiaGlobWrapperCommon.DeviceInformation object
On failure this function will generate an EventReceived.TaskFailed event or an exception of type DiaGlobWrapperLibException
Examples
To retrieve the timeslot information:
C#: objDevice.GetCTInfo(ChannelOutbound);
VB.NET: objDevice.GetCTInfo(ChannelOutbound)
See Also