SecureBlackbox 2020 iOS Edition

Questions / Feedback?

setClientBuffer (method)

Commits a data buffer to the connection.

Syntax

- (void)setClientBuffer:(long long)connectionID :(NSData*)value;
public func setClientBuffer(_ connectionID: Int64, _ value: Data) throws -> Void

Remarks

Use this method from your ReadFile event handler to commit a chunk of file data to the server component.

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