stdout (property)

Provides the standard output (stdout) from the remote application.

Syntax

@property (nonatomic,readonly,assign,getter=stdout) NSString* stdout;
- (NSString*)stdout;

@property (nonatomic,readonly,assign,getter=stdoutB) NSData* stdoutB; - (NSData*)stdoutB;
public var stdout_: String {
  get {...}
}
public var stdout_B: Data { get {...} }

Default Value

""

Remarks

The property is set to an empty string before each new request.

This property is read-only.

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