FtDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
デバイスの説明。