bytesSent (property)

The number of bytes actually sent after an assignment to Stdin.

Syntax

@property (nonatomic,readonly,assign,getter=bytesSent) int bytesSent;
- (int)bytesSent;
public var bytesSent: Int32 {
  get {...}
}

Default Value

0

Remarks

The BytesSent property shows how many bytes were sent after the last assignment to Stdin. Please check the Stdin property for more information.

This property is read-only.

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