次の方法で共有


DeviceInformation クラス

定義

FT4222 デバイス情報

public class DeviceInformation
type DeviceInformation = class
Public Class DeviceInformation
継承
DeviceInformation

コンストラクター

DeviceInformation(FtFlag, FtDevice, UInt32, UInt32, String, String)

DeviceInformation オブジェクトをインスタンス化します。

プロパティ

Description

デバイスの説明。

Flags

デバイスの状態を示します。 FT_FLAGS_OPENED、FT_FLAGS_HISPEEDの任意の組み合わせを指定できます。

Id

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

LocId

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

SerialNumber

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

Type

デバイスの種類を示します。 FT_DEVICE_232R、FT_DEVICE_2232C、FT_DEVICE_BM、FT_DEVICE_AM、FT_DEVICE_100AX、FT_DEVICE_UNKNOWNのいずれかを指定できます。

適用対象