transparent (property)

When True, Telnet command processing is disabled.

Syntax

@property (nonatomic,readwrite,assign,getter=transparent,setter=setTransparent:) BOOL transparent;
- (BOOL)transparent;
- (void)setTransparent:(BOOL)newTransparent;
public var transparent: Bool {
  get {...}
set {...} }

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.

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