eoF (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=eoF) BOOL eoF;
- (BOOL)eoF;
public var eoF: Bool {
  get {...}
}

Default Value

TRUE

Remarks

EOF is an acronym for "End Of File".

This property is read-only.

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