TAPIEx.NET Component Documentation

CDevStatus Members

CDevStatus overview

Public Instance Constructors

CDevStatus Constructor Initializes new instance of CDevStatus class. (Internal used only)

Public Instance Properties

AppInfo returns the information of the application.
AvailableMediaModes Indicates the media types that can be invoked on new calls created on this line device. If this member is zero, it indicates that the service provider either does not know or cannot indicate which media types are available,
BatteryLevel returns the current battery level of the line device hardware. This is a value in the range 0x00000000 (battery empty) to 0x0000FFFF (battery full).
DevSpecific returns the device-specific (bytes array)
DevStatusFlags returns the status flags indicate information such as whether the device is locked. It consists of one or more members of LINEDEVSTATUSFLAGS_ Constants.
LineFeatures Specifies the line-related API functions that are currently available on this line. This member uses one or more of the LINEFEATURE_ Constants.
NumActiveCalls returns the number of calls on the line in call states other than idle, onhold, onholdpendingtransfer, and onholdpendingconference.
NumCallCompletions returns the number of outstanding call completion requests on the line.
NumOnHoldCalls returns the number of calls on the line in the onhold state.
NumOnHoldPendCalls returns the number of calls on the line in the onholdpendingtransfer or onholdpendingconference state.
NumOpens returns the number of active opens on the line device.
OpenMediaModes returns the bit array that indicates for which media types the line device is currently open.
RingMode returns the current ring mode on the line device.
RoamMode returns the current roam mode of the line device. This member uses one of the LINEROAMMODE_ Constants.
SignalLevel returns the current signal level of the connection on the line. This is a value in the range 0x00000000 (weakest signal) to 0x0000FFFF (strongest signal).
TerminalModes returns the array specifies the current terminal modes for the corresponding terminal.

See Also

none.