IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

command (property)

Used to send additional commands directly to the server.

Syntax

@property (nonatomic,readwrite,assign,getter=command,setter=setCommand:) NSString* command;
- (NSString*)command;
- (void)setCommand:(NSString*)newCommand;
public var command: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property can be used to send additional commands directly to the server. Check the LastReply property and/or trap the PITrail events coming from the server to get the response.

This property is write-only.

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