end_byte Property

The byte index of the position where the transfer should end.

Syntax

def get_end_byte() -> int: ...
def set_end_byte(value: int) -> None: ...

end_byte = property(get_end_byte, set_end_byte)

Default Value

0

Remarks

start_byte and end_byte are used together with the fetch_message_part method to specify the portion of the message part to be retrieved from the server.

When start_byte or end_byte contain values other than the defaults (0), only the corresponding portion of the message part is retrieved from the server.

Byte indexes start from 1. The default value for end_byte is 0, which corresponds to the end of the message.

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