singleLineMode (property)

Special mode for line-oriented protocols.

Syntax

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

Default Value

FALSE

Remarks

When this property is set to True, the class treats the incoming data stream as lines separated by CRLF, CR, or LF. The EOL property is ignored.

AcceptData will be automatically set to False when this property is set to True. Please refer to the GetLine method for more information.

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