IPWorks IPC 2020 Python Edition

Questions / Feedback?

bytes_sent Property

The number of bytes actually sent after an assignment to DataToSend .

Syntax

def get_bytes_sent() -> int: ...

bytes_sent = property(get_bytes_sent, None)

Default Value

0

Remarks

This property indicates how many bytes were sent after the last assignment to data_to_send. Please check the data_to_send property for more information.

Note that bytes_sent will always return 0 when the class is operating in synchronous mode (that is, the timeout property is set to a positive value.)

This property is read-only.

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