C# 클래스 FTDISample.DeviceConnection.ConnectionSettings

파일 보기 프로젝트 열기: Jark/FTDISample

공개 메소드들

메소드 설명
ConnectionSettings ( uint baudRate, ushort dataBits, SerialStopBitCount stopBits, SerialParity parity, SerialHandshake handshake, byte xOn = 0x00, byte xOff = 0x00 ) : System
ToString ( ) : string

메소드 상세

ConnectionSettings() 공개 메소드

public ConnectionSettings ( uint baudRate, ushort dataBits, SerialStopBitCount stopBits, SerialParity parity, SerialHandshake handshake, byte xOn = 0x00, byte xOff = 0x00 ) : System
baudRate uint
dataBits ushort
stopBits SerialStopBitCount
parity SerialParity
handshake SerialHandshake
xOn byte
xOff byte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string