WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE Class Reference

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

Public Attributes

UInt32 Flags
 Indicates device state. Can be any combination of the following: FT_FLAGS_OPENED, FT_FLAGS_HISPEED More...
 
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 More...
 
UInt32 ID
 The Vendor ID and Product ID of the device More...
 
UInt32 LocId
 The physical location identifier of the device More...
 
string SerialNumber
 The device serial number More...
 
string Description
 The device description More...
 
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. More...
 

Detailed Description

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

Definition at line 927 of file FTD2XX_NET.cs.

Member Data Documentation

string DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.Description

The device description

Definition at line 952 of file FTD2XX_NET.cs.

UInt32 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.Flags

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

Definition at line 932 of file FTD2XX_NET.cs.

IntPtr DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.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.

Definition at line 957 of file FTD2XX_NET.cs.

UInt32 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.ID

The Vendor ID and Product ID of the device

Definition at line 940 of file FTD2XX_NET.cs.

UInt32 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.LocId

The physical location identifier of the device

Definition at line 944 of file FTD2XX_NET.cs.

string DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.SerialNumber

The device serial number

Definition at line 948 of file FTD2XX_NET.cs.

FT_DEVICE DirectOutput.Cab.Out.FTDIChip.FTDI.FT_DEVICE_INFO_NODE.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

Definition at line 936 of file FTD2XX_NET.cs.


The documentation for this class was generated from the following file: