Click or drag to resize
TapiLineDeviceSpecificExtensionVersion Property
Gets negotiated version of the device specific extension in use on the line.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public uint DeviceSpecificExtensionVersion { get; }

Property Value

Type: UInt32
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