SecureBlackbox 2020 Python Edition

Questions / Feedback?

set_client_file_entry Method

Commits a file entry to the connection.

Syntax

def set_client_file_entry(connection_id: int) -> None: ...

Remarks

Use this method to commit a file details entry provided in client_file_entry property to ConnectionID connection. This method is supposed to be used from a on_find_next event handler.

Please note that events like on_find_next may be invoked concurrently for several connection threads. Pleasemake sure you use a locking mechanism to avoid mixing up details in client_file_entry.

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