DetectEventArgsCancel Property |
If you set Cancel property to true, then the detection / reconnection process will be canceled.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic bool Cancel { get; set; }Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}member Cancel : bool with get, set
/** @property */
public boolean get_Cancel()
/** @property */
public void set_Cancel(boolean value)
function get Cancel () : boolean
function set Cancel (value : boolean)
function get_Cancel();
function set_Cancel(value);
PROPERTY Cancel AS LOGIC GET SET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also