Click or drag to resize

SerialPortIsReceiving Property

This property is false when the component is receiving data from the port, otherwise is false. Use this property to check if the component is inside a receiving process.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public bool IsReceiving { get; }

Property Value

Boolean
See Also