collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviDriverOperation.IoResourceDescriptor Property


IIviDriverOperation See Also



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.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviDriverOperation Interface

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.