C# 클래스 sharp_arduino_serial_packet_lib.SerialPortReaderWriter.SerialSettings

Class containing properties related to a serial port
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: jeroendoggen/Arduino-serial-messaging 1 사용 예제들

공개 메소드들

메소드 설명
UpdateBaudRateCollection ( int possibleBaudRates ) : void

Updates the range of possible baud rates for device

비공개 메소드들

메소드 설명
SendPropertyChangedEvent ( String propertyName ) : void

Send a PropertyChanged event

메소드 상세

UpdateBaudRateCollection() 공개 메소드

Updates the range of possible baud rates for device
public UpdateBaudRateCollection ( int possibleBaudRates ) : void
possibleBaudRates int dwSettableBaud parameter from the COMMPROP Structure
리턴 void