次の方法で共有


Ft2232HDevice コンストラクター

定義

オーバーロード

Ft2232HDevice(FtDevice)

FT2232Hデバイス オブジェクトをインスタンス化します。

Ft2232HDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String)

FT2232Hデバイス オブジェクトをインスタンス化します。

Ft2232HDevice(FtDevice)

FT2232Hデバイス オブジェクトをインスタンス化します。

public Ft2232HDevice (Iot.Device.FtCommon.FtDevice ftDevice);
new Iot.Device.Ft2232H.Ft2232HDevice : Iot.Device.FtCommon.FtDevice -> Iot.Device.Ft2232H.Ft2232HDevice
Public Sub New (ftDevice As FtDevice)

パラメーター

ftDevice
FtDevice

FT デバイス

適用対象

Ft2232HDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String)

FT2232Hデバイス オブジェクトをインスタンス化します。

public Ft2232HDevice (Iot.Device.FtCommon.FtFlag flags, Iot.Device.FtCommon.FtDeviceType type, uint id, uint locId, string serialNumber, string description);
new Iot.Device.Ft2232H.Ft2232HDevice : Iot.Device.FtCommon.FtFlag * Iot.Device.FtCommon.FtDeviceType * uint32 * uint32 * string * string -> Iot.Device.Ft2232H.Ft2232HDevice
Public Sub New (flags As FtFlag, type As FtDeviceType, id As UInteger, locId As UInteger, serialNumber As String, description As String)

パラメーター

flags
FtFlag

デバイスの状態を示します。

type
FtDeviceType

デバイスの種類を示します。

id
UInt32

デバイスのベンダー ID と製品 ID。

locId
UInt32

デバイスの物理的な場所識別子。

serialNumber
String

デバイスのシリアル番号。

description
String

デバイスの説明。

適用対象