C# Class FTD2XX_NET.FTDI.FT_DEVICE_INFO_NODE

Type that holds device information for GetDeviceInformation method. Used with FT_GetDeviceInfo and FT_GetDeviceInfoDetail in FTD2XX.DLL
Show file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
Description string
Flags System.UInt32
ID System.UInt32
LocId System.UInt32
SerialNumber string
Type FT_DEVICE
ftHandle System.IntPtr

Property Details

Description public property

The device description
public string Description
return string

Flags public property

Indicates device state. Can be any combination of the following: FT_FLAGS_OPENED, FT_FLAGS_HISPEED
public UInt32,System Flags
return System.UInt32

ID public property

The Vendor ID and Product ID of the device
public UInt32,System ID
return System.UInt32

LocId public property

The physical location identifier of the device
public UInt32,System LocId
return System.UInt32

SerialNumber public property

The device serial number
public string SerialNumber
return string

Type public property

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
public FT_DEVICE Type
return FT_DEVICE

ftHandle public property

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.
public IntPtr,System ftHandle
return System.IntPtr