 |
Properties |
 |
Events |
 |
Methods |
|
Status
| Property Status As STATUS |
This property provides the information about current status of the
component.
It can have one of the following values:
| STATUS_NOTCONNECTED |
Idle state. |
| STATUS_CONNECTING |
Connecting to the host. |
| STATUS_AUTHORIZING |
Authorization is in progress. |
| STATUS_SENDING |
Transmitting file to the server. |
| STATUS_RECEIVING |
Receiving file from the server. |
| STATUS_DISCONNECTING |
Disconnection is in progress. |
|