Gets negotiated version of the device specific extension in use on the line.
| C# | Visual Basic | Visual C++ |
public uint DeviceSpecificExtensionVersion { get; }
Public ReadOnly Property DeviceSpecificExtensionVersion As UInteger
public: property unsigned int DeviceSpecificExtensionVersion { unsigned int get (); }
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).
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)