DefaultMaxLineLength Property

The default maximum line length value for inbound connections.

Syntax

ANSI (Cross Platform)
int GetDefaultMaxLineLength();
int SetDefaultMaxLineLength(int iDefaultMaxLineLength); Unicode (Windows) INT GetDefaultMaxLineLength();
INT SetDefaultMaxLineLength(INT iDefaultMaxLineLength);
@property (nonatomic,readwrite,assign,getter=defaultMaxLineLength,setter=setDefaultMaxLineLength:) int defaultMaxLineLength;
- (int)defaultMaxLineLength;
- (void)setDefaultMaxLineLength:(int)newDefaultMaxLineLength;
#define PID_PIPESERVER_DEFAULTMAXLINELENGTH 12

IPWORKSIPC_EXTERNAL void* IPWORKSIPC_CALL IPWorksIPC_PipeServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSIPC_EXTERNAL int IPWORKSIPC_CALL IPWorksIPC_PipeServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

2048

Remarks

This property controls the default size of an internal buffer which holds received data while waiting for an end-of-line (EOL) string.

The minimum value for this property is 256 bytes. The default value is 2048 bytes.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 C++ Edition - Version 20.0 [Build 8155]