The resource descriptor specifies the connection to a physical device. It is either specified in the Configuration Store or passed in the ResourceName parameter of the Initialize function. It is empty if the driver is not initialized.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property IoResourceDescriptor As String
|
C#
|
public string IoResourceDescriptor { get; }
|
Visual C++
|
HRESULT get_IoResourceDescriptor(
BSTR* val
);
|
Property Value
The resource descriptor specifies the connection to a physical device. It is either specified in the Configuration Store or passed in the ResourceName parameter of the Initialize function. It is empty if the driver is not initialized.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverOperation Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|