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, 12 , $connectionid); ipworks_ipdaemon_set($res, 12, $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 size of the array is controlled by the ConnectionCount property.
This property is not available at design time.
Data Type
Boolean