expected_read_count property

expected_read_count property

Gets the expected read bytes count.

Definition:

@property
def expected_read_count(self):
    ...
@expected_read_count.setter
def expected_read_count(self, value):
    ...

See Also