ToolsOpenDeviceD(String, String) Method
Open Device
Namespace: Metas.Instr.DriverAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
public static D OpenDevice<D>(
string driver,
string rn
)
where D : IDevice
Public Shared Function OpenDevice(Of D As IDevice) (
driver As String,
rn As String
) As D
public:
generic<typename D>
where D : IDevice
static D OpenDevice(
String^ driver,
String^ rn
)
static member OpenDevice :
driver : string *
rn : string -> 'D when 'D : IDevice
- driver String
- Driver
- rn String
- Resource Name
- D
- Device Type
D