Skip to content

FTDI.FT_DEVICE_INFO_NODE ​

Type that holds device information for GetDeviceInformation method. Used with FT_GetDeviceInfo and FT_GetDeviceInfoDetail in FTD2XX.DLL

Kind: Class

Namespace: FTD2XX_NET

Public Constructors

FTDI.FT_DEVICE_INFO_NODE()

Public Attributes

uint

Flags

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

FT_DEVICE

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

uint

ID

The Vendor ID and Product ID of the device

uint

LocId

The physical location identifier of the device

string

SerialNumber

The device serial number

string

Description

The device description

IntPtr

ftHandle

The device handle. This value is not used externally and is provided for information only. If the device is not open, this value is 0.