SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Connected Property

Indicates if the client is connected to the SFTP server.

Syntax

ANSI (Cross Platform)
int GetConnected();

Unicode (Windows)
BOOL GetConnected();
@property (nonatomic,readonly,assign,getter=connected) BOOL connected;
- (BOOL)connected;
#define PID_SFTPCLIENT_CONNECTED 3

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

Use this read-only property to check whether the client is connected to the server.

This property is read-only and not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]