SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Connected Property

Specifies whether 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_SSHCLIENT_CONNECTED 4

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_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.

Data Type

Boolean

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