The C session handle that the COM wrapper is currently using to communicate with an IVI-C specific driver.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property NativeCHandle As Integer
|
C#
|
public int NativeCHandle { get; }
|
Visual C++
|
HRESULT get_NativeCHandle(
long* val
);
|
Property Value
The C session handle that the COM wrapper is currently using to communicate with an IVI-C specific driver.
Requirements
Supported Models
All supported
See Also
Reference
IIviClassWrapper Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|