SecureBlackbox 2020 Python Edition

Questions / Feedback?

receive_all_data Method

Reads data from the connection.

Syntax

def receive_all_data(size: int) -> None: ...

Remarks

Use this method to read Size bytes from the connection. The method will block until the requested number of bytes is received.

Use output_bytes (or output_string) to access the received data.

Use receive_data method to read all the data there is and return without waiting for the whole piece.

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