| DiaSpringWrapperCommonChannelInfo Class |
Namespace: Inkostar
The DiaSpringWrapperCommonChannelInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (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. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | 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 | |
| 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 | |
| RingCount | The number of rings detected on the given channel | |
| StateOfChannel | The enumerated state of the given channel. See DiaSpringWrapperCommon.ChannelState for more details |