次の方法で共有


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

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

locId
UInt32

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

serialNumber
String

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

description
String

デバイスの説明。

適用対象