CmdMessenger  3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
Public Member Functions | Properties | Events
CommandMessenger.SerialSettings Class Reference

Class containing properties related to a serial port. More...

List of all members.

Public Member Functions

void UpdateBaudRateCollection (int possibleBaudRates)
 Updates the range of possible baud rates for device.

Properties

string PortName [get, set]
 The port to use (for example, COM1).
int BaudRate [get, set]
 The baud rate.
Parity Parity [get, set]
 One of the Parity values.
int DataBits [get, set]
 The data bits value.
StopBits StopBits [get, set]
 One of the StopBits values.
string[] PortNameCollection [get, set]
 Available ports on the computer.
BindingList< int > BaudRateCollection [get]
 Available baud rates for current serial port.
int[] DataBitsCollection [get, set]
 Available databits setting.

Events

PropertyChangedEventHandler PropertyChanged

Detailed Description

Class containing properties related to a serial port.


Member Function Documentation

Updates the range of possible baud rates for device.

Parameters:
possibleBaudRatesdwSettableBaud parameter from the COMMPROP Structure
Returns:
An updated list of values

Property Documentation

The baud rate.

Available baud rates for current serial port.

The data bits value.

Available databits setting.

One of the Parity values.

The port to use (for example, COM1).

Available ports on the computer.

One of the StopBits values.


The documentation for this class was generated from the following file: