SerialPortSkipSetupFailed Property |
When this property is true, if setting serial parameters like DCB in the Open method fails, will ignore this.
Otherwise method Open will return false and the port will not be opened.
The default value is false.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic bool SkipSetupFailed { get; set; }Public Property SkipSetupFailed As Boolean
Get
Set
public:
property bool SkipSetupFailed {
bool get ();
void set (bool value);
}member SkipSetupFailed : bool with get, set
/** @property */
public boolean get_SkipSetupFailed()
/** @property */
public void set_SkipSetupFailed(boolean value)
function get SkipSetupFailed () : boolean
function set SkipSetupFailed (value : boolean)
function get_SkipSetupFailed();
function set_SkipSetupFailed(value);
PROPERTY SkipSetupFailed AS LOGIC GET SET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also