共用方式為


FtDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String) 建構函式

定義

具現化 DeviceInformation 物件。

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

裝置描述。

適用於