C# Class sharp_arduino_serial_packet_lib.SerialPortReaderWriter.SerialSettings

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

Méthodes publiques

Méthode Description
UpdateBaudRateCollection ( int possibleBaudRates ) : void

Updates the range of possible baud rates for device

Private Methods

Méthode Description
SendPropertyChangedEvent ( String propertyName ) : void

Send a PropertyChanged event

Method Details

UpdateBaudRateCollection() public méthode

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