SerialPortNeedSynchronization Property |
Set this property to true for thread safety. The default value is false.
Note: if you set it to true, you may experiment thread interblocking and lower speed.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic bool NeedSynchronization { get; set; }Public Property NeedSynchronization As Boolean
Get
Set
public:
property bool NeedSynchronization {
bool get ();
void set (bool value);
}member NeedSynchronization : bool with get, set
/** @property */
public boolean get_NeedSynchronization()
/** @property */
public void set_NeedSynchronization(boolean value)
function get NeedSynchronization () : boolean
function set NeedSynchronization (value : boolean)
function get_NeedSynchronization();
function set_NeedSynchronization(value);
PROPERTY NeedSynchronization AS LOGIC GET SET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also