Class containing property details of the given channel
Namespace:
InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class ChannelInfo
Public Class ChannelInfo
public ref class ChannelInfo
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| BoardNumber | The board ordinal number for the given channel | |
| CallDuration | The call duration in seconds on the given channel. This value is reset to zero on each new call. | |
| CallEndTime | The current or last call ending time in local datetime format. This value is reset to MaxValue on each new call. | |
| CallStartTime | The current or last call starting time in local datetime format. This value is reset to MinValue on each new call. | |
| ChannelFeatures | The channel capabilities. See DiaSpringWrapperCommon.ChannelCapabilities for more details | |
| ChannelName | The channel name as represented in DCM | |
| ChannelNumber | The channel ordinal number | |
| DigitsReceived | The string representation of the digits received on the given channel | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsBridged | A boolean value to indicate if the channel is in a bridged mode (if RouteCall was used) | |
| LastCallerID | The string representation of the last caller identification number on the given channel | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RingCount | The number of rings detected on the given channel | |
| StateOfChannel | The enumerated state of the given channel. See DiaSpringWrapperCommon.ChannelState for more details | |
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
See Also
Inkostar Namespace