共用方式為


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

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

LocId

裝置的實體位置識別碼。

SerialNumber

裝置序號。

Type

指出裝置類型。 可以是下列其中一項:FT_DEVICE_232R、FT_DEVICE_2232C、FT_DEVICE_BM、FT_DEVICE_AM、FT_DEVICE_100AX或FT_DEVICE_UNKNOWN

適用於