SecureBlackbox 2020 iOS Edition

Questions / Feedback?

getClientBuffer (method)

Acquires a piece of operation data.

Syntax

- (NSData*)getClientBuffer:(long long)connectionID :(NSString*)handle;
public func getClientBuffer(_ connectionID: Int64, _ handle: String) throws -> Data

Remarks

Use this method to obtain a piece of data relevant to a transfer operation in a thread-safe way.

A typical place to call this method is inside the WriteFile event handler, when implementingcustomized file transfers.

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