Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Return true if data was downloaded from the device in the current session.
Namespace:
Pegasus.ComponentsAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public bool Downloaded { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Downloaded As Boolean |
| Visual C++ |
|---|
public: property bool Downloaded { bool get (); } |