This is an old revision of the document!
Return the number of bytes waiting in the receive buffer without consuming them.
from cubloc import CheckBf CheckBf(channel: int)
channel number (0 or 1).Return the number of bytes waiting in the receive buffer without consuming them.
channel is not an integer.from cubloc import CheckBf # Example usage result = CheckBf(0) print(result)