AddTapi.NET Developer's Manual
DeviceSpecificExtensionID Property
NamespacesTraysoft.AddTapiTapiLineDeviceSpecificExtensionID
Gets an identifier of the device specific extension supported by the line device.
Declaration Syntax
C#Visual BasicVisual C++
public TapiDeviceSpecificExtensionID DeviceSpecificExtensionID { get; }
Public ReadOnly Property DeviceSpecificExtensionID As TapiDeviceSpecificExtensionID
public:
property TapiDeviceSpecificExtensionID^ DeviceSpecificExtensionID {
	TapiDeviceSpecificExtensionID^ get ();
}
Remarks

Many TSPs provide functionality specific to the telephony system using device specific extensions. Four IDs in TapiDeviceSpecificExtensionID together specify a universally unique extension identifier that identifies a line device class extension. All 4 IDs are zeros if the line provides no extensions.

Please refer to the TAPI documentation for your telephony hardware to find out about device specific functionality supported by the telephony service provider.

See Also

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)