This is an old revision of the document!
Return the number of bytes currently in a receive or send buffer.
from cubloc import BLen BLen(channel: int, bufferType: int)
channel number (0 or 1).Return the number of bytes currently in a receive or send buffer.
from cubloc import BLen # Example usage result = BLen(0, 16) print(result)