SerialPortSettings..::..StopBits Property
Summary:
Gets or sets the standard number of stopbits per byte.
Returns:
One of the System.IO.Ports.StopBits values.
Exceptions:
System.ArgumentOutOfRangeException:
The System.IO.Ports.SerialPort.StopBits value is not one of the values from
the System.IO.Ports.StopBits enumeration.
System.IO.IOException:
The port is in an invalid state. - or - An attempt to set the state of the
underlying port failed. For example, the parameters passed from this System.IO.Ports.SerialPort
object were invalid.
Namespace:
CAS.Lib.CommonBus.CommunicationLayer.RSAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
[MonitoringDescriptionAttribute] [BrowsableAttribute] public StopBits StopBits { get; set; }
<MonitoringDescriptionAttribute> _ <BrowsableAttribute> _ Public Property StopBits As StopBits Get Set
[MonitoringDescriptionAttribute] [BrowsableAttribute] public: property StopBits^ StopBits { StopBits^ get (); void set (StopBits^ value); }