SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onCommandReceived (event)

Signals that a command has been received from the client.

Syntax

- (void)onCommandReceived:(long long)connectionID :(NSString*)command :(NSString*)parameters :(int*)ignore;
func onCommandReceived(_ connectionID: Int64, _ command: String, _ parameters: String, _ ignore: inout Int32)

Remarks

The class fires this event to notify the application of an incoming command. Set Ignore to True to stop the server from handling the command.

When the command has been processed, the server will report it via the CommandProcessed call.

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