C# Класс sharp_arduino_serial_packet_lib.SerialPortReaderWriter.SerialSettings

Class containing properties related to a serial port
Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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