C# Class sharp_arduino_serial_packet_lib.SerialPortReaderWriter.SerialSettings

Class containing properties related to a serial port
Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: jeroendoggen/Arduino-serial-messaging Class Usage Examples

Public Methods

Method Description
UpdateBaudRateCollection ( int possibleBaudRates ) : void

Updates the range of possible baud rates for device

Private Methods

Method Description
SendPropertyChangedEvent ( String propertyName ) : void

Send a PropertyChanged event

Method Details

UpdateBaudRateCollection() public method

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