共用方式為


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

定義

具現化 DeviceInformation 物件。

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

參數

flags
FtFlag

表示裝置狀態。

type
FtDevice

指出裝置類型。

id
UInt32

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

locId
UInt32

裝置的實體位置識別碼。

serialNumber
String

裝置序號。

description
String

裝置描述。

適用於