Click or drag to resize
Channel Class
diaGlobWrapper Help
Encapsulates a channel object on which telephony operations are to be performed.
Inheritance Hierarchy
SystemObject
  InkostarChannel

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public sealed class Channel : IDisposable

The Channel type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleChannel
Channel class constructor
Top
Methods
  NameDescription
Public methodDispose
Channel class destructor
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyActiveCall
Returns the active call object on the channel. Null if there is no active call.
Public propertyChannelIndex
Returns the index or position of the channel amnongst all channels used.
Public propertyChannelName
Returns the channel's name as represented by the Dialogic Global Call protocol.
Public propertyHandle
Returns the channel's handle.
Public propertyNetworkDeviceName
Returns the channel's network device name.
Public propertyNetworkHandle
Returns the channel's network handle.
Public propertyProtocolName
Returns the channel's protocol name.
Public propertyProtocolType
Returns the Inkostar.DiaGlobWrapperCommon.Protocol enumerator used by the channel.
Public propertyVoiceDeviceName
Returns the channel's voice device name.
Public propertyVoiceHandle
Returns the channel's voice handle.
Top
See Also