SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onControlReceive (event)

Fires when data is received via the control channel.

Syntax

- (void)onControlReceive:(NSString*)textLine;
func onControlReceive(_ textLine: String)

Remarks

TextLine contains the data that was received, which would typically contain a reply to a command (e.g. 200 Command OK).

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