Edit

Share via


FtDevice Class

Definition

FT4222 device information

public enum FtDevice
public class FtDevice
type FtDevice = 
type FtDevice = class
Public Enum FtDevice
Public Class FtDevice
Inheritance
FtDevice
Inheritance
FtDevice

Constructors

FtDevice(FtFlag, FtDeviceType, 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

Methods

CreateI2cBus()

Creates I2C bus related to this device

Applies to