次の方法で共有


Ft232HDevice コンストラクター

定義

オーバーロード

Ft232HDevice(FtDevice)

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

Ft232HDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String)

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

Ft232HDevice(FtDevice)

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

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

パラメーター

ftDevice
FtDevice

FT デバイス

適用対象

Ft232HDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String)

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

public Ft232HDevice (Iot.Device.FtCommon.FtFlag flags, Iot.Device.FtCommon.FtDeviceType type, uint id, uint locId, string serialNumber, string description);
new Iot.Device.Ft232H.Ft232HDevice : Iot.Device.FtCommon.FtFlag * Iot.Device.FtCommon.FtDeviceType * uint32 * uint32 * string * string -> Iot.Device.Ft232H.Ft232HDevice
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

デバイスの説明。

適用対象