SingleLineMode Property

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

Object Oriented Interface

public function getSingleLineMode($connectionid);
public function setSingleLineMode($connectionid, $value);

Procedural Interface

ipworks_ipdaemon_get($res, 15 , $connectionid);
ipworks_ipdaemon_set($res, 15, $value , $connectionid);

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.

This property is not available at design time.

Data Type

Boolean

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