SecureBlackbox 2020 Python Edition

Questions / Feedback?

output_encoding Property

Specifies response encoding.

Syntax

def get_output_encoding() -> int: ...
def set_output_encoding(value: int) -> None: ...

output_encoding = property(get_output_encoding, set_output_encoding)

Default Value

0

Remarks

Use this property to specify the encoding you want the response to be produced in.

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