Click or drag to resize
TapiLineDeviceStatus Class
Represents current status of a line device.
Inheritance Hierarchy
SystemObject
  Traysoft.AddTapiTapiLineDeviceStatus

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public class TapiLineDeviceStatus

The TapiLineDeviceStatus type exposes the following members.

Properties
  NameDescription
Public propertyDeviceSpecificInfo
Gets device specific information about the status of a line device.
Public propertyIsConnected
Specifies whether the line is connected to TAPI.
Public propertyIsInService
Indicates whether the line is in service.
Public propertyIsMsgWaitOn
Indicates whether the line has a message waiting (message light is on).
Public propertyNumActiveCalls
Number of calls on the line in call states other than Idle, OnHold, OnHoldPendingTransfer, and OnHoldPendingConference.
Public propertyNumOnHoldCalls
Number of calls on the line in the OnHold state.
Public propertyNumOnHoldPendingCalls
Number of calls on the line in the OnHoldPendingTransfer or OnHoldPendingConference state.
Top
See Also