SerialPortStopBits Property |
Number of stop bits to be used.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic SerialStopBits StopBits { get; set; }Public Property StopBits As SerialStopBits
Get
Set
public:
property SerialStopBits StopBits {
SerialStopBits get ();
void set (SerialStopBits value);
}member StopBits : SerialStopBits with get, set
/** @property */
public SerialStopBits get_StopBits()
/** @property */
public void set_StopBits(SerialStopBits value)
function get StopBits () : SerialStopBits
function set StopBits (value : SerialStopBits)
function get_StopBits();
function set_StopBits(value);
PROPERTY StopBits AS SerialStopBits GET SET
No code example is currently available or this language may not be supported.
Property Value
SerialStopBits
See Also