SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

output_bytes Property

A memory buffer where the incoming data is collected.

Syntax

def get_output_bytes() -> bytes: ...

output_bytes = property(get_output_bytes, None)

Remarks

Use this property to access the cached incoming data after a receive_data or receive_all_data call.

This property is read-only.

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