A simple serial port user control that can be used to get a COM port and baud rate.
More...
List of all members.
Public Member Functions |
| delegate void | DelegateComPortChanged (SerialPort port) |
| delegate void | DelegateBaudChanged (int baudRate) |
| | Serial () |
Protected Member Functions |
| override void | Dispose (bool disposing) |
| | Clean up any resources being used.
|
Properties |
| SerialPort | Port [get, set] |
| | Gets or sets the System.IO.Ports.SerialPort to associate with this control.
|
| int | BaudRate [get, set] |
| | Gets or sets the baud rate associated with this control.
|
Events |
| DelegateComPortChanged | ComPortChanged |
| | Occurs when the selected COM port changes.
|
| DelegateBaudChanged | BaudChanged |
| | Occurs when the selected Baud rate changes.
|
Detailed Description
A simple serial port user control that can be used to get a COM port and baud rate.
Definition at line 32 of file Serial.cs.
Constructor & Destructor Documentation
| Sylloge.Controls.Serial.Serial |
( |
| ) |
|
Member Function Documentation
| delegate void Sylloge.Controls.Serial.DelegateBaudChanged |
( |
int |
baudRate | ) |
|
| delegate void Sylloge.Controls.Serial.DelegateComPortChanged |
( |
SerialPort |
port | ) |
|
| override void Sylloge.Controls.Serial.Dispose |
( |
bool |
disposing | ) |
[protected] |
Clean up any resources being used.
- Parameters:
-
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 29 of file Serial.Designer.cs.
Property Documentation
int Sylloge.Controls.Serial.BaudRate [get, set] |
Gets or sets the baud rate associated with this control.
Definition at line 107 of file Serial.cs.
SerialPort Sylloge.Controls.Serial.Port [get, set] |
Gets or sets the System.IO.Ports.SerialPort to associate with this control.
Definition at line 82 of file Serial.cs.
Event Documentation
| DelegateBaudChanged Sylloge.Controls.Serial.BaudChanged |
Occurs when the selected Baud rate changes.
Definition at line 45 of file Serial.cs.
| DelegateComPortChanged Sylloge.Controls.Serial.ComPortChanged |
Occurs when the selected COM port changes.
Definition at line 40 of file Serial.cs.
The documentation for this class was generated from the following files: