AddTapi.NET Developer's Manual
DeviceSpecificExtensionVersion Property
NamespacesTraysoft.AddTapiTapiLineDeviceSpecificExtensionVersion
Gets negotiated version of the device specific extension in use on the line.
Declaration Syntax
C#Visual BasicVisual C++
public uint DeviceSpecificExtensionVersion { get; }
Public ReadOnly Property DeviceSpecificExtensionVersion As UInteger
public:
property unsigned int DeviceSpecificExtensionVersion {
	unsigned int get ();
}
Value
A version number of the device specific extension negotiated using NegotiateDeviceSpecificExtensionVersion(UInt32, UInt32). The high-order word is the major version number; the low-order word is the minor version number. For example, version 2.1 is represented as 0x00020001 (hex 20001).
See Also

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