Click or drag to resize
DiaSpringWrapperCommonChannelInfo Class
Class containing property details of the given channel
Inheritance Hierarchy
SystemObject
  InkostarDiaSpringWrapperCommonChannelInfo

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public class ChannelInfo

The DiaSpringWrapperCommonChannelInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBoardNumber
The board ordinal number for the given channel
Public propertyCallDuration
The call duration in seconds on the given channel. This value is reset to zero on each new call.
Public propertyCallEndTime
The current or last call ending time in local datetime format. This value is reset to MaxValue on each new call.
Public propertyCallStartTime
The current or last call starting time in local datetime format. This value is reset to MinValue on each new call.
Public propertyChannelFeatures
The channel capabilities. See DiaSpringWrapperCommon.ChannelCapabilities for more details
Public propertyChannelName
The channel name as represented in DCM
Public propertyChannelNumber
The channel ordinal number
Public propertyDigitsReceived
The string representation of the digits received on the given channel
Public propertyIsBridged
A boolean value to indicate if the channel is in a bridged mode (if RouteCall was used)
Public propertyLastCallerID
The string representation of the last caller identification number on the given channel
Public propertyRingCount
The number of rings detected on the given channel
Public propertyStateOfChannel
The enumerated state of the given channel. See DiaSpringWrapperCommon.ChannelState for more details
Top
See Also