Edit

Share via


DeviceInformation Class

Definition

FT4222 device information

public class DeviceInformation
type DeviceInformation = class
Public Class DeviceInformation
Inheritance
DeviceInformation

Constructors

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

Instantiates a DeviceInformation object.

Properties

Description

The device description.

Flags

Indicates device state. Can be any combination of the following: FT_FLAGS_OPENED, FT_FLAGS_HISPEED

Id

The Vendor ID and Product ID of the device.

LocId

The physical location identifier of the device.

SerialNumber

The device serial number.

Type

Indicates the device type. Can be one of the following: FT_DEVICE_232R, FT_DEVICE_2232C, FT_DEVICE_BM, FT_DEVICE_AM, FT_DEVICE_100AX or FT_DEVICE_UNKNOWN

Applies to