SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

receive_data Method

Reads data from the connection.

Syntax

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

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 output_bytes (or output_string) to access the received data.

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