SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

file_data_source Property

The type of the data source for this entry.

Syntax

def get_file_data_source(file_index: int) -> int: ...
def set_file_data_source(file_index: int, value: int) -> None: ...

Default Value

0

Remarks

The type of the data source for this entry.

Use this property to control the data source for this entry.

fdsFile (0)The data for this entry should be taken from the file provided via file_local_path.
fdsStream (1)The data is going to be provided on-the-fly via the FileStream property.
fdsBuffer (2)The data is going to be provided on-the-fly via the FileData property.

The file_index parameter specifies the index of the item in the array. The size of the array is controlled by the file_count property.

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