Represents an individual phone line.
| C# | Visual Basic |
public sealed class TelephonyLine : IDisposable
Public NotInheritable Class TelephonyLine _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ActiveCalls |
Gets the number of calls on the line in call states other than idle, onhold, onholdpendingtransfer, and onholdpendingconference.
| |
| Address |
Returns the address (Phone Number) assigned to the phone device.
| |
| CurrentOperatorName |
Retrieves the name of the network operator to which the device is currently registered.
Not implemented for CDMA.
| |
| CurrentSystemType |
Get the current line system type.
| |
| Dispose()()()() | Releases all resources used by the TelephonyLine | |
| Equals(Object) | (Inherited from Object.) | |
| EquipmentState |
Gets or sets the state of the radio transmitter and receiver.
| |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GprsClass |
Returns the supported GPRS class.
| |
| Handle |
Returns the TAPI line handle.
| |
| Manufacturer |
Returns the phone hardware manufacturer.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Model |
Returns the phone hardware model.
| |
| Name |
Returns the name of the TAPI line.
| |
| OnHoldCalls |
Gets the number of calls on the line in the onhold state.
| |
| OnHoldPendingCalls |
Gets the number of calls on the line in the onholdpendingtransfer or onholdpendingconference state.
| |
| Register()()()() |
Register a device with an available network operator.
| |
| RegisterStatus |
Gets the network registration status of the device.
| |
| Revision |
Returns the phone hardware revision.
| |
| SerialNumber |
Returns the phone hardware serial number (IMEI).
| |
| SignalStrength |
Returns the current signal strength as a percentage.
| |
| SubscriberNumber |
Returns the subscriber serial number (IMSI).
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| TelephonyLine | |