EoF Property

If True, the connection has closed, and there is no buffered data available.

Syntax

ANSI (Cross Platform)
int GetEoF();

Unicode (Windows)
BOOL GetEoF();
@property (nonatomic,readonly,assign,getter=eoF) BOOL eoF;
- (BOOL)eoF;
#define PID_RSHELL_EOF 4

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Rshell_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

TRUE

Remarks

EOF is an acronym for "End Of File".

This property is read-only.

Data Type

Boolean

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