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.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.32.9621.18621
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool IsSending { get; }Public ReadOnly Property IsSending As Boolean
Get
Dim instance As GpsReceiver
Dim value As Boolean
value = instance.IsSending
public:
property bool IsSending {
bool get ();
}member IsSending : bool with get
/** @property */
public boolean get_IsSending()
function get IsSending () : boolean
function get_IsSending();
PROPERTY IsSending AS LOGIC GET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also