Click or drag to resize
TapiAddressDeviceSpecificStatus Property
Gets device specific information about the status of the address.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public byte[] DeviceSpecificStatus { get; }

Property Value

Type: Byte
Remarks

Many TSPs provide functionality specific to the telephony system using device specific extensions. Please refer to the TAPI documentation for the telephony hardware to find out about device specific functionality supported by the telephony service provider.

DeviceSpecificStatus property allows the application to retrieve device specific portion of the address status. The information provided in DeviceSpecificStatus property is described in TAPI documentation for the telephony hardware.

The application has to negotiate a version of the extension supported by the line device using NegotiateDeviceSpecificExtensionVersion(UInt32, UInt32) before opening the line in order to use device specific functionality.

See Also