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

FTDI device event types that can be monitored More...

Public Attributes

const UInt32 FT_EVENT_RXCHAR = 0x00000001
 Event on receive character More...
 
const UInt32 FT_EVENT_MODEM_STATUS = 0x00000002
 Event on modem status change More...
 
const UInt32 FT_EVENT_LINE_STATUS = 0x00000004
 Event on line status change More...
 

Detailed Description

FTDI device event types that can be monitored

Definition at line 548 of file FTD2XX_NET.cs.

Member Data Documentation

const UInt32 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EVENTS.FT_EVENT_LINE_STATUS = 0x00000004

Event on line status change

Definition at line 561 of file FTD2XX_NET.cs.

const UInt32 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EVENTS.FT_EVENT_MODEM_STATUS = 0x00000002

Event on modem status change

Definition at line 557 of file FTD2XX_NET.cs.

const UInt32 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EVENTS.FT_EVENT_RXCHAR = 0x00000001

Event on receive character

Definition at line 553 of file FTD2XX_NET.cs.


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