| TapiLineDeviceSpecificExtensionVersion Property |
Gets negotiated version of the device specific extension in use on the line.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic uint DeviceSpecificExtensionVersion { get; }Public ReadOnly Property DeviceSpecificExtensionVersion As UInteger
Get
public:
property unsigned int DeviceSpecificExtensionVersion {
unsigned int 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