Transparent Property

When True, Telnet command processing is disabled.

Syntax

ANSI (Cross Platform)
int GetTransparent();
int SetTransparent(int bTransparent); Unicode (Windows) BOOL GetTransparent();
INT SetTransparent(BOOL bTransparent);
@property (nonatomic,readwrite,assign,getter=transparent,setter=setTransparent:) BOOL transparent;
- (BOOL)transparent;
- (void)setTransparent:(BOOL)newTransparent;
#define PID_TELNET_TRANSPARENT 31

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Telnet_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Telnet_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

The Transparent property allows you to enable or disable Telnet command processing. When command processing is disabled, any data received is provided with no modifications.

Data Type

Boolean

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