共用方式為


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

裝置的廠商識別碼和產品識別碼。

locId
UInt32

裝置的實體位置識別碼。

serialNumber
String

裝置序號。

description
String

裝置描述。

適用於