IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

SingleLineMode Property

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

Syntax

int GetSingleLineMode(int iConnectionId);

int SetSingleLineMode(int iConnectionId, int bSingleLineMode);

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 size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]