| DiaGlobWrapperGetCTInfo Method |
diaGlobWrapper Help
Retrieves the CT Bus time slot information of a channel
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic DiaGlobWrapperCommonDeviceInformation GetCTInfo(
Channel CurrentChannel
)
Public Function GetCTInfo (
CurrentChannel As Channel
) As DiaGlobWrapperCommonDeviceInformation
public:
DiaGlobWrapperCommonDeviceInformation^ GetCTInfo(
Channel^ CurrentChannel
)
member GetCTInfo :
CurrentChannel : Channel -> DiaGlobWrapperCommonDeviceInformation
Parameters
- CurrentChannel
- Type: InkostarChannel
The Channel on the Dialogic board on which the function is to be executed.
Return Value
Type:
DiaGlobWrapperCommonDeviceInformationReturns 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