Click or drag to resize

GpsReceiverIsSending Property

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

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.32.9621.18621
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public bool IsSending { get; }

Property Value

Boolean
See Also