SecureBlackbox 2020 iOS Edition

Questions / Feedback?

receiveData (method)

Reads data from the connection.

Syntax

- (void)receiveData:(int)size;
public func receiveData(_ size: Int32) throws -> Void

Remarks

Use this method to read Size or less bytes from the connection. The method will read as much data is possible (but no more than Size) and return without blocking.

Use OutputBytes (or OutputString) to access the received data.

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