DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
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

Member Data Documentation

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

The device description

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

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.

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

The Vendor ID and Product ID of the device

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

The physical location identifier of the device

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

The device serial number

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


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