SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onData (event)

Supplies a data chunk received from a client.

Syntax

- (void)onData:(long long)connectionID :(NSData*)buffer;
func onData(_ connectionID: Int64, _ buffer: Data)

Remarks

This event is fired to supply another piece of data received from a client. This event may fire multiple times.

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