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
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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