singleLineMode (property)

This property shows the special mode for line-oriented protocols.

Syntax

- (BOOL)singleLineMode:(int)connectionId;
- (void)setSingleLineMode:(int)connectionId:(BOOL)newSingleLineMode;
public func singleLineMode(connectionId: Int32) throws -> Bool
public func setSingleLineMode(connectionId: Int32, newSingleLineMode: Bool) throws -> Void

Default Value

FALSE

Remarks

This property shows the special mode for line-oriented protocols. When SingleLineMode is True, the class treats the incoming data stream as lines separated by CRLF, CR, or LF. The EOL property is ignored.

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the ConnectionCount property.

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