C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Description string
Flags System.UInt32
ID System.UInt32
LocId System.UInt32
SerialNumber string
Type FT_DEVICE
ftHandle System.IntPtr

Описание свойств

Description публичное свойство

The device description
public string Description
Результат string

Flags публичное свойство

Indicates device state. Can be any combination of the following: FT_FLAGS_OPENED, FT_FLAGS_HISPEED
public UInt32,System Flags
Результат System.UInt32

ID публичное свойство

The Vendor ID and Product ID of the device
public UInt32,System ID
Результат System.UInt32

LocId публичное свойство

The physical location identifier of the device
public UInt32,System LocId
Результат System.UInt32

SerialNumber публичное свойство

The device serial number
public string SerialNumber
Результат string

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
public FT_DEVICE Type
Результат FT_DEVICE

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.
public IntPtr,System ftHandle
Результат System.IntPtr