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
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство 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_oe property

The device description
public string Description
Résultat string

Flags public_oe property

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

ID public_oe property

The Vendor ID and Product ID of the device
public UInt32,System ID
Résultat System.UInt32

LocId public_oe property

The physical location identifier of the device
public UInt32,System LocId
Résultat System.UInt32

SerialNumber public_oe property

The device serial number
public string SerialNumber
Résultat string

Type public_oe 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
Résultat FT_DEVICE

ftHandle public_oe 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
Résultat System.IntPtr