'DeclarationPublic Enum BaudRateOption Inherits System.Enum
'UsageDim instance As BaudRateOption
public enum BaudRateOption : System.Enum
'DeclarationPublic Enum BaudRateOption Inherits System.Enum
'UsageDim instance As BaudRateOption
public enum BaudRateOption : System.Enum
| Member | Description |
|---|---|
| Baud115200 | 115200 baud. |
| Baud1200 | 1200 baud. |
| Baud14400 | 14400 baud. The default value for connection types COM1 through COM8. |
| Baud1800 | 1800 baud. |
| Baud19200 | 19200 baud. |
| Baud2400 | 2400 baud. |
| Baud300 | 300 baud. |
| Baud3600 | 3600 baud. |
| Baud38400 | 38400 baud. |
| Baud4800 | 4800 baud. |
| Baud57600 | 57600 baud. |
| Baud600 | 600 baud. |
| Baud7200 | 7200 baud. |
| Baud9600 | 9600 baud. |
| Default | The default value for connection type Modem. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.BaudRateOption