C# 클래스 FTD2XX_NET.FTDI.FT232R_EEPROM_STRUCTURE

EEPROM structure specific to FT232R and FT245R devices. Inherits from FT_EEPROM_DATA.
상속: FT_EEPROM_DATA
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cbus0 byte
Cbus1 byte
Cbus2 byte
Cbus3 byte
Cbus4 byte
EndpointSize byte
HighDriveIOs bool
InvertCTS bool
InvertDCD bool
InvertDSR bool
InvertDTR bool
InvertRI bool
InvertRTS bool
InvertRXD bool
InvertTXD bool
PullDownEnable bool
RIsD2XX bool
SerNumEnable bool
UseExtOsc bool

프로퍼티 상세

Cbus0 공개적으로 프로퍼티

Sets the function of the CBUS0 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus0
리턴 byte

Cbus1 공개적으로 프로퍼티

Sets the function of the CBUS1 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus1
리턴 byte

Cbus2 공개적으로 프로퍼티

Sets the function of the CBUS2 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus2
리턴 byte

Cbus3 공개적으로 프로퍼티

Sets the function of the CBUS3 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6, FT_CBUS_IOMODE, FT_CBUS_BITBANG_WR, FT_CBUS_BITBANG_RD
public byte Cbus3
리턴 byte

Cbus4 공개적으로 프로퍼티

Sets the function of the CBUS4 pin for FT232R devices. Valid values are FT_CBUS_TXDEN, FT_CBUS_PWRON , FT_CBUS_RXLED, FT_CBUS_TXLED, FT_CBUS_TXRXLED, FT_CBUS_SLEEP, FT_CBUS_CLK48, FT_CBUS_CLK24, FT_CBUS_CLK12, FT_CBUS_CLK6
public byte Cbus4
리턴 byte

EndpointSize 공개적으로 프로퍼티

Sets the endpoint size. This should always be set to 64
public byte EndpointSize
리턴 byte

HighDriveIOs 공개적으로 프로퍼티

Enables high current IOs
public bool HighDriveIOs
리턴 bool

InvertCTS 공개적으로 프로퍼티

Inverts the sense of the CTS line
public bool InvertCTS
리턴 bool

InvertDCD 공개적으로 프로퍼티

Inverts the sense of the DCD line
public bool InvertDCD
리턴 bool

InvertDSR 공개적으로 프로퍼티

Inverts the sense of the DSR line
public bool InvertDSR
리턴 bool

InvertDTR 공개적으로 프로퍼티

Inverts the sense of the DTR line
public bool InvertDTR
리턴 bool

InvertRI 공개적으로 프로퍼티

Inverts the sense of the RI line
public bool InvertRI
리턴 bool

InvertRTS 공개적으로 프로퍼티

Inverts the sense of the RTS line
public bool InvertRTS
리턴 bool

InvertRXD 공개적으로 프로퍼티

Inverts the sense of the RXD line
public bool InvertRXD
리턴 bool

InvertTXD 공개적으로 프로퍼티

Inverts the sense of the TXD line
public bool InvertTXD
리턴 bool

PullDownEnable 공개적으로 프로퍼티

Determines if IOs are pulled down when the device is in suspend
public bool PullDownEnable
리턴 bool

RIsD2XX 공개적으로 프로퍼티

Determines if the VCP driver is loaded
public bool RIsD2XX
리턴 bool

SerNumEnable 공개적으로 프로퍼티

Determines if the serial number is enabled
public bool SerNumEnable
리턴 bool

UseExtOsc 공개적으로 프로퍼티

Disables the FT232R internal clock source. If the device has external oscillator enabled it must have an external oscillator fitted to function
public bool UseExtOsc
리턴 bool